![]() |
Collision Math Toy
Game Physics with Bespoke Code
|
| ▼ src | |
| Common.cpp | Code for the common variables class CCommon |
| Common.h | Interface for the common variables class CCommon |
| DialogBox.cpp | Code for the dialog box class CDialogBox |
| DialogBox.h | Interface for the dialog box class CDialogBox |
| Game.cpp | Code for the game class CGame |
| Game.h | Interface for the game class CGame |
| GameDefines.h | Game specific defines and enumerated types |
| Gate.cpp | Code for the gate class CGate |
| Gate.h | Interface for the gate class CGate |
| Main.cpp | The home of WinMain |
| Object.cpp | Code for the game object class CObject |
| Object.h | Interface for the game object class CObject |
| ObjectManager.cpp | Code for the object manager class CObjectManager |
| ObjectManager.h | Interface for the object manager class CObjectManager |
| QuadTree.cpp | Code for the quadtree classes CQuadTree, CQuadTreeNode, and CQuadTreeLeaf |
| QuadTree.h | Interface for the quadtree classes CQuadTree, CQuadTreeNode, and CQuadTreeLeaf |