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

Code for the object manager class CObjectManager. More...

#include "ObjectManager.h"
#include "gamedefines.h"
#include "renderworld.h"

Variables

b2World g_b2dPhysicsWorld
 
CRenderWorld g_cRenderWorld
 The Render World.
 

Detailed Description

Code for the object manager class CObjectManager.