Box2D Cannon Game
Chapter 7 of Ian Parberry's "Introduction to Game Physics with Box2D"
 All Classes Files Functions Variables Enumerations Friends Pages
Variables
Object.cpp File Reference

Code for the game object class CGameObject. More...

#include "object.h"
#include "Sound.h"
#include "Sndlist.h"

Variables

b2World g_b2dPhysicsWorld
 
CSoundManager * g_pSoundManager
 The sound manager.
 

Detailed Description

Code for the game object class CGameObject.