From 0d4166dadd7d9404d42e04d57b71a595d8533ace Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 13 Oct 2010 05:25:52 +0300 Subject: new file: core/core.cbp new file: core/main.cpp --- core/main.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 core/main.cpp (limited to 'core/main.cpp') 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 + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP +// Include your minimal set of headers here, or wx.h +#include +#endif + +int main() +{ + return 0; +} -- cgit v1.2.3