class WXDLLEXPORT wxApp;
class WXDLLEXPORT wxLog;
+class WXDLLEXPORT wxEventLoop;
//-----------------------------------------------------------------------------
// wxApp
private:
DECLARE_DYNAMIC_CLASS(wxApp)
DECLARE_EVENT_TABLE()
+
+ wxEventLoop *m_mainLoop;
};
int WXDLLEXPORT wxEntry(int argc, char *argv[]);