Public Member Functions | |
| KClientWorld (KClientGameManager *pClientGameManager) | |
| virtual | ~KClientWorld () |
| virtual bool | Init (KRender *pRender) |
| void | End () |
| virtual void | Display () |
| KBspDraw * | GetpBspDraw () |
| KLandscapeDraw * | GetpLandscapeDraw () |
| KClientModelBank * | GetpClientModelBank () |
| KClientGameManager * | GetpClientGameManager () |
Protected Member Functions | |
| virtual s32 | LoadBsp (KStr &sMapName) |
Protected Attributes | |
| KRender * | m_pRender |
| s32 | m_BSPProgression |
Definition at line 13 of file ClientWorld.h.
1.5.1-p1