Public Member Functions | |
| KGameSimulator (HINSTANCE hInstance) | |
| virtual | ~KGameSimulator () |
| virtual bool | Init () |
| virtual void | Run () |
| virtual void | End () |
Static Protected Member Functions | |
| static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
| KInterfaceSimulator * | m_pInterface |
| KStr | m_sModDir |
Definition at line 19 of file GameSimulator.h.
1.5.1-p1