Ball and Spring Toy
Chapter 4 of Ian Parberry's "Introduction to Game Physics with Box2D"
|
Files | |
file | AbstractList.cpp |
file | AbstractList.h |
The templated class CAbstractList. | |
file | Body.cpp |
Code for the body class CBody. | |
file | Body.h |
Interface for the body class CBody. | |
file | gamedefines.h |
Game defines. | |
file | MyGame.cpp |
Main file for your game. | |
file | ObjectWorld.cpp |
Code for the object world clss CObjectWorld. | |
file | ObjectWorld.h |
Interface for the object world class CObjectWorld. | |
file | Particle.cpp |
Code for the particle class CParticle. | |
file | Particle.h |
Interface for the particle class CParticle. | |
file | ParticleManager.cpp |
Code for the particle manager class CParticleManager. | |
file | ParticleManager.h |
Interface for the particle manager class CParticleManager. | |
file | RenderWorld.cpp |
Code for the render world CRenderWorld. | |
file | RenderWorld.h |
Interface for the render world class CRenderWorld. | |
file | resource.h |
file | Sndlist.h |
Enumerated types for sounds. | |
file | SpringManager.cpp |
file | SpringManager.h |
Code for the spring manager CSpringManager. | |
file | Springs.cpp |
Code for the spring class CSpring. | |
file | Springs.h |
Interface for the spring class CSpring. | |