![]() |
Top-down Shooter With Death
A Top-Down Shooter in Which Characters Die
|
Bullet.cpp | Code for the bullet object class CBullet |
Bullet.h | Interface for the bullet object class CBullet |
Common.cpp | Code for the class CCommon |
Common.h | Interface for the class CCommon |
Game.cpp | Code for the game class CGame |
Game.h | Interface for the game class CGame |
GameDefines.h | Game specific defines |
Helpers.cpp | Code for helper functions |
Helpers.h | Interface for helper functions |
Main.cpp | Every program has to have a main |
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 |
Turret.cpp | Code for the turret object class CTurret |
Turret.h | Interface for the turret object class CTurret |