Public Member Functions | |
| KGameClient (HINSTANCE hInstance) | |
| virtual | ~KGameClient () |
| virtual bool | Init () |
| virtual void | Run () |
| virtual void | End () |
| char * | GetpName () |
| KInterface * | GetInterface () |
| KNetClient & | GetNet () |
| KClientGameManager * | GetClientGameManager () |
| KProfileBank * | GetpProfileBank () |
Protected Member Functions | |
| bool | PlayIntro () |
Static Protected Member Functions | |
| static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static void | CommandConnect (KStr Argument, void *pContext) |
| static void | CommandDisconnect (KStr Argument, void *pContext) |
Protected Attributes | |
| char * | m_pName |
| KInterface * | m_pInterface |
| KClientGameManager * | m_pClientGameManager |
| KNetClient | m_Net |
| KProfileBank * | m_pProfileBank |
| KMod * | m_pMod |
| KModFactory | m_ModFactory |
Definition at line 14 of file GameClient.h.
1.5.1-p1