![]() |
The Pinball Game
Ian Parberry's "Introduction to Game Physics"
|
Files | |
file | Common.cpp |
Code for the class CCommon. | |
file | Common.h |
Interface for the class CCommon. | |
file | Game.cpp |
Code for the game class CGame. | |
file | Game.h |
Interface for the game class CGame. | |
file | GameDefines.h |
Game specific defines. | |
file | Main.cpp |
Every program has to have a main. | |
file | Object.cpp |
Code for the game object class CObject. | |
file | Object.h |
Interface for the game object class CObject. | |
file | ObjectManager.cpp |
Code for the object manager class CObjectManager. | |
file | ObjectManager.h |
Interface for the object manager class CObjectManager. | |
file | Parts.cpp |
Code for the gate class CGate and the flipper class CFipper. | |
file | Parts.h |
Interface for the gate class CGate and the flipper class CFipper. | |
file | Renderer.cpp |
Code for the renderer class CRenderer. | |
file | Renderer.h |
Interface for the renderer class CRenderer. | |