![]() |
Top-down Shooter With Death
A Top-Down Shooter in Which Characters Die
|
Files | |
file | Bullet.cpp |
Code for the bullet object class CBullet. | |
file | Bullet.h |
Interface for the bullet object class CBullet. | |
file | Common.cpp |
Code for the class CCommon. | |
file | Common.h |
Interface for the class CCommon. | |
file | Game.cpp |
Code for the game class CGame. | |
file | Game.h |
Interface for the game class CGame. | |
file | GameDefines.h |
Game specific defines. | |
file | Helpers.cpp |
Code for helper functions. | |
file | Helpers.h |
Interface for helper functions. | |
file | Main.cpp |
Every program has to have a main. | |
file | Object.cpp |
Code for the game object class CObject. | |
file | Object.h |
Interface for the game object class CObject. | |
file | ObjectManager.cpp |
Code for the the object manager class CObjectManager. | |
file | ObjectManager.h |
Interface for the object manager CObjectManager. | |
file | Player.cpp |
Code for the player object class CPlayer. | |
file | Player.h |
Interface for the player object class CPlayer. | |
file | Turret.cpp |
Code for the turret object class CTurret. | |
file | Turret.h |
Interface for the turret object class CTurret. | |