Ball and Spring Toy
Chapter 4 of Ian Parberry's "Introduction to Game Physics with Box2D"
 All Classes Files Functions Variables Enumerations Pages
Variables
Particle.cpp File Reference

Code for the particle class CParticle. More...

#include "Particle.h"
#include "Sound.h"
#include "sndlist.h"

Variables

int g_nScreenWidth
 
int g_nScreenHeight
 
CSoundManager * g_pSoundManager
 The sound manager.
 
BodyType g_nCurrentBody
 Current body type.
 

Detailed Description

Code for the particle class CParticle.