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

Interface for the cannon class CCannon. More...

#include "gamedefines.h"
#include "Box2D\Box2D.h"
#include "ObjectManager.h"

Classes

class  CCannon
 The cannon object. More...
 

Variables

const float CANNONEXPLODETEMP = 150.0f
 Temperature at which the cannon explodes when next fired.
 

Detailed Description

Interface for the cannon class CCannon.