diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-13 05:25:52 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-13 05:25:52 +0300 |
commit | 0d4166dadd7d9404d42e04d57b71a595d8533ace (patch) | |
tree | 63740309e2799b99d9b5f2a87883884cf0e02d83 /core/main.cpp | |
parent | d3eadf6e0e63810fda540c87ee12964b010919f3 (diff) |
new file: core/core.cbp
new file: core/main.cpp
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; +} |