Public Member Functions | |
| KGameViewer (HINSTANCE hInstance) | |
| virtual | ~KGameViewer () |
| virtual bool | Init (HWND hWnd, KRect Rect) |
| virtual void | Run () |
| virtual void | End () |
| void | ResizeInterface (u32 Width, u32 Height) |
| KViewerInterface * | GetInterface () |
Protected Attributes | |
| KViewerInterface * | m_pInterface |
| KStr | m_sModDir |
Definition at line 11 of file GameViewer.h.
1.5.1-p1