![]() |
Box2D Joint Toy
Ian Parberry's "Introduction to Game Physics"
|
Code for the game class CGame. More...
#include "Game.h"#include "GameDefines.h"#include "Renderer.h"#include "ComponentIncludes.h"#include "Helpers.h"#include "Windmill.h"#include "Gear.h"#include "NautilusGear.h"#include "RackAndPinion.h"#include "Car.h"#include "Ramp.h"#include "NewtonsCradle.h"#include "Pulley.h"#include "shellapi.h"Code for the game class CGame.