Leistungsstarkes Game Framework
The game framework based on game framework by Woei Kae Chen
|
#include <list>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | game_framework::CSpecialEffect |
class | game_framework::CDDraw |
class | game_framework::CGameState |
class | game_framework::CGame |
Namespaces | |
namespace | game_framework |
Macros | |
#define | GAME_ASSERT(boolexp, str) |
Enumerations | |
enum | GAME_STATES { GAME_STATE_INIT , GAME_STATE_RUN , GAME_STATE_OVER } |
#define GAME_ASSERT | ( | boolexp, | |
str | |||
) |
enum GAME_STATES |