Collision Math Toy
Ian Parberry's "Introduction to Game Physics"
File List
Here is a list of all documented files with brief descriptions:
 Common.cppCode for the class CCommon
 Common.hInterface for the class CCommon
 DialogBox.cppDialog box code
 DialogBox.hInterface for dialog box functions
 Game.cppCode for the game class CGame
 Game.hInterface for the game class CGame
 GameDefines.hGame specific defines
 Main.cppEvery program has to have a main
 Object.cppCode for the game object class CObject
 Object.hInterface for the game object class CObject
 ObjectManager.cppCode for the object manager class CObjectManager
 ObjectManager.hInterface for the Object manager class CObjectManager
 Parts.cppCode for the gate class CGate
 Parts.hInterface for the gate class CGate
 QuadTree.cppInterface for the quadtree class CQuadTree, the quadtree node class CQuadTreeNode and the quadtree leaf class CQuadTreeLeaf
 QuadTree.hInterface for the quadtree class CQuadTree, the quadtree node class CQuadTreeNode and the quadtree leaf class CQuadTreeLeaf
 Renderer.cppCode for the renderer class CRenderer
 Renderer.hInterface for the renderer class CRenderer