blob: cd47654bb2aebff6fbf85d531633aa05753fa840 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}
|