Tyro/src/wx_common.h

25 lines
327 B
C
Raw Normal View History

2015-04-07 20:19:05 -04:00
/**
* Common header for widget classes
*/
#ifndef WX_COMMON_H
#define WX_COMMON_H
#include "common.h"
#ifdef WX_PRECOMP
#include "wx_pch.h"
#endif
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif
2015-04-10 15:11:15 -04:00
#include <wx/stdpaths.h>
#include <wx/filename.h>
2015-04-16 09:37:20 -04:00
#include <wx/artprov.h>
2015-04-10 15:11:15 -04:00
#include "definitions.h"
#endif /* WX_COMMON_H */