class WXDLLEXPORT wxApp;
class WXDLLEXPORT wxLog;
+class WXDLLEXPORT wxEventLoop;
//-----------------------------------------------------------------------------
// wxApp
bool ProcessIdle();
void DeletePendingObjects();
+ virtual bool Yield(bool onlyIfNeeded = FALSE);
+
private:
DECLARE_DYNAMIC_CLASS(wxApp)
DECLARE_EVENT_TABLE()
+
+ wxEventLoop *m_mainLoop;
};
int WXDLLEXPORT wxEntry(int argc, char *argv[]);