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

Code for the cannon class CCannon. More...

#include "cannon.h"
#include "ObjectWorld.h"
#include "gamedefines.h"

Variables

CObjectWorld g_cObjectWorld
 The Object World.
 
b2World g_b2dPhysicsWorld
 
CTimer g_cTimer
 The game timer.
 

Detailed Description

Code for the cannon class CCannon.