diff options
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/main.cpp b/core/main.cpp new file mode 100644 index 0000000..cd47654 --- /dev/null +++ b/core/main.cpp @@ -0,0 +1,16 @@ +// For compilers that support precompilation, includes "wx.h". +#include <wx/wxprec.h> + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP +// Include your minimal set of headers here, or wx.h +#include <wx/wx.h> +#endif + +int main() +{ + return 0; +} |