GameKit
0.0.1a
C++ gamedev tools
|
Core engine features. More...
Classes | |
class | gk::ApplicationState |
Abstract base class for game states. More... | |
class | gk::ApplicationStateStack |
Stack containing ApplicationState instances. More... | |
class | gk::CoreApplication |
Base class for your own Application. More... | |
class | gk::GamePad |
Give access to the real time state of an input handler. More... | |
class | gk::InputHandler |
Give access to the real time state of an input device (keyboard, gamepad, etc...) More... | |
class | gk::Rect< T > |
Utility class for manipulating 2D axis aligned rectangles. More... | |
class | gk::Timer |
Very basic timer. More... | |
Core engine features.