22 #define QUBET_VERSION "1.0"
39 #define VOLUME_OFF 401
44 #define MOUSE_MOVED_NONE 0
45 #define MOUSE_MOVED_DOWN 1
46 #define MOUSE_MOVED_FULL 2
51 #define LEVEL_HEIGHT 0.2f
52 #define LEVEL_WIDTH_DEFAULT 9
53 #define LEVEL_LENGTH_DEFAULT 450
54 #define LEVEL_GRAVITY_DEFAULT 4
56 #define OBSTACLE_CUBE_SMALL 0
59 #define OBSTACLE_CUBE_BIG 3
64 enum { LOADING, MENU_VIEW, GAME_VIEW, LEVELEDITOR_VIEW, NO_VIEW };
69 enum { STORY_MODE, ARCADE_MODE, EDITOR_MODE };
71 enum { COLOR_DISABLED, COLOR_RED, COLOR_GREEN, COLOR_BLUE };
74 #ifndef GL_CLAMP_TO_EDGE
75 #define GL_CLAMP_TO_EDGE 0x812F