]> icculus.org git repositories - btb/d2x.git/blob - main/gamestat.h
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / main / gamestat.h
1 /*
2  *
3  * Game Status Definitions
4  *
5  */
6
7 #ifndef _GAMESTAT_H
8 #define _GAMESTAT_H
9
10 #define GAMESTAT_RUNNING                    0
11 #define GAMESTAT_MAIN_MENU                  1
12 #define GAMESTAT_SELECT_MISSION             2
13 #define GAMESTAT_SELECT_DIFF                3
14 #define GAMESTAT_ABORT_GAME                 4
15 #define GAMESTAT_MULTIPLAYER                5
16 #define GAMESTAT_START_MULTIPLAYER_MISSION  6
17 #define GAMESTAT_NETGAME_OPTIONS            7
18 #define GAMESTAT_MORE_NETGAME_OPTIONS       8
19 #define GAMESTAT_NETGAME_PLAYER_SELECT      9
20 #define GAMESTAT_JOIN_NETGAME               10
21
22 #endif /* _GAMESTAT_H */