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

Code for the particle manager class CParticleManager. More...

#include "ParticleManager.h"
#include "Particle.h"
#include "Springs.h"
#include "renderworld.h"

Variables

CRenderWorld g_cRenderWorld
 The Render World.
 
int g_nScreenWidth
 

Detailed Description

Code for the particle manager class CParticleManager.