Top-down Shooter With Death
A Top-Down Shooter in Which Characters Die
File List
Here is a list of all documented files with brief descriptions:
 Bullet.cppCode for the bullet object class CBullet
 Bullet.hInterface for the bullet object class CBullet
 Common.cppCode for the class CCommon
 Common.hInterface for the class CCommon
 Game.cppCode for the game class CGame
 Game.hInterface for the game class CGame
 GameDefines.hGame specific defines
 Helpers.cppCode for helper functions
 Helpers.hInterface for helper functions
 Main.cppEvery program has to have a main
 Object.cppCode for the game object class CObject
 Object.hInterface for the game object class CObject
 ObjectManager.cppCode for the the object manager class CObjectManager
 ObjectManager.hInterface for the object manager CObjectManager
 Player.cppCode for the player object class CPlayer
 Player.hInterface for the player object class CPlayer
 Turret.cppCode for the turret object class CTurret
 Turret.hInterface for the turret object class CTurret