![]() |
Tiled Platformer Prototype
A Basic Tiled Platformer
|
| Common.cpp | Code for the comon variables class CCommon |
| Common.h | Interface for the comon variables class CCommon |
| Game.cpp | Code for the game class CGame |
| Game.h | Interface for the game class CGame |
| GameDefines.h | Game specific defines |
| Main.cpp | The home of WinMain |
| Object.cpp | Code for the game object class CObject |
| Object.h | Interface for the game object class CObject |
| ObjectManager.cpp | Code for the the object manager class CObjectManager |
| ObjectManager.h | Interface for the object manager CObjectManager |
| Player.cpp | Code for the player object class CPlayer |
| Player.h | Interface for the player object class CPlayer |
| TileManager.cpp | Code for the tile manager CTileManager |
| TileManager.h | Interface for the tile manager CTileManager |