![]() |
Box2D Joint Toy
Ian Parberry's "Introduction to Game Physics"
|
Code for the car class CCar. More...
#include "Car.h"#include "GameDefines.h"#include "ObjectManager.h"#include "Renderer.h"#include "ComponentIncludes.h"Variables | |
| const float | DEFAULT_SPEED = 32.0f |
| Default car speed. | |
Code for the car class CCar.