Platformer
Platformer
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAnimationStruct for a single animation
 CAnimationRenderComponentAn AnimationRenderComponent class
 Cb2BodyWrapperA wrapper class for a Box2D Body
 CButtonA basic button component class
 CCameraComponentA class representing a camera within our game
 CComponentClass representing a component of a GameObject
 CConfigParserThis class parses the configuration files within our Assets folder
 CGameManagerThis class manages the loading, rendering, and objects of our game as a singleton
 CGameObjectA GameObject class
 CGameWorldThis class represents the game world
 CImageRenderComponentAn ImageRenderComponent class
 CInputManagerThis class manages the inputs of our game as a singleton
 CLambdaComponentA class for adding a function to the given component's update loop
 CLevelLoaderThis class loads and creates the levels for our game
 CLevelObjectRepresents an object within a level
 CLocaleManagerThis class manages the localization of our game as a singleton
 CPhysicsComponentA component that generates physics for a GameObject
 CPhysicsManagerThis class manages the physics of our game as a singleton
 CPyScriptWrapperA wrapper class for python script components
 CPythonManagerThis class manages the python scripts of our game as a singleton
 CRectRenderComponentA component class for rendering rects as solid colors
 CRenderComponentA RenderComponent class
 CRenderManagerThis class manages the rendering of images in our game as a singleton
 CResourceManagerThis class manages the resources of our game as a singleton
 CScriptComponentA class for attaching python scripts as components
 CSDLFontWrapperA wrapper class for TTF_Fonts
 CSDLSoundWrapperA wrapper class for Mix_Chunks
 CSDLTextureWrapperA wrapper class for SDL_Textures
 CSoundManagerThis class manages the sounds of our game as a singleton
 CTextRenderComponentA TextRenderComponent class
 CTimeManagerManages the time and framerate for our game
 CVector2Basic class representation of a vector 2 with an x and y coordinate