Box2D Getting Started
Chapter 5 of Ian Parberry's "Introduction to Game Physics with Box2D"
|
My Game | |
gamedefines.h | Game defines |
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 | Definition of the render world class CRenderWorld |
Sndlist.h | Enumerated types for sounds |