Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| CAlarmable | A virtual derived class of GameObject that allows the GameObject to set alarms |
| CCollidable | A virtual derived class of GameObject that allows the GameObject to test for collison |
| CCollisionVolume | An abstract base class for collision test type volumes |
| CCollisionVolumeAABB | CollisionVolume type for AABB volumes |
| CCollisionVolumeBSphere | CollisionVolume type for BSphere volumes |
| CCollisionVolumeOBB | CollisionVolume type for OBB volumes |
| CDrawable | A virtual derived class of GameObject that allows the GameObject to be drawn |
| CGameObject | Base class that all game entities derive from |
| CImageAssets | System manager for saving and accessing Images from external resources |
| CInputable | A virtual derived class of GameObject that allows the GameObject to register and test input keys |
| CIonCamera | Camera wrapper base class for making custom cameras |
| CIonEngine | Main engine class |
| CIonMathTools | Static math function class |
| CIonSprite | Sprite class for making and rendering 2D sprites |
| CModelAssets | System manager for saving and accessing external model resources |
| CScene | The space in which gameobjects exist |
| CSceneManager | System manager for storage and access to the current scene |
| CShaderAssets | System manager for saving and accessing external shader resources |
| CSkyBox | The Skybox Object used with the SkyBoxAssets manager allows users to define a 3D textured cubemap to use as a skybox |
| CSkyBoxAssets | System manager for for creating and accessing SkyBox objects from external resources |
| CTerrain | Terrain class for 3D terrain |
| CTerrainAssets | System manager for for creating and accessing Terrain objects from external resources |
| CTextureAssets | System manager for saving and accessing external texture resources |
| CTimeManager | System manager for keeping track of time |
| CUpdatable | A virtual derived class of GameObject that allows the GameObject to be updated |

1.8.11