Box2D Cannon Game
Chapter 7 of Ian Parberry's "Introduction to Game Physics with Box2D"
|
My Game | |
cannon.cpp | Code for the cannon class CCannon |
cannon.h | Interface for the cannon class CCannon |
gamedefines.h | Game defines |
hud.cpp | Code for the heads-up display class CHeadsUpDisplay |
hud.h | Interface for the heads-up display class CHeadsUpDisplay |
MyGame.cpp | Main file for your game |
nonplayerobjects.cpp | Code for the creation of nonplayer objects |
Object.cpp | Code for the game object class CGameObject |
Object.h | Interface for the game object class CGameObject |
ObjectManager.cpp | Code for the object manager class CObjectManager |
ObjectManager.h | Interface for the object manager class CObjectManager |
objectworld.cpp | Code for the object world CObjectWorld |
objectworld.h | Interface for the object world class CObjectWorld |
RenderWorld.cpp | Code for the render world CRenderWorld |
RenderWorld.h | Interface for the render world class CRenderWorld |
Sndlist.h | Enumerated types for sounds |