]> icculus.org git repositories - btb/d2x.git/blob - main/gamestat.h
Adding d1x network code
[btb/d2x.git] / main / gamestat.h
1 #define GAMESTAT_RUNNING 0
2 #define GAMESTAT_MAIN_MENU 1
3 #define GAMESTAT_SELECT_MISSION 2
4 #define GAMESTAT_SELECT_DIFF 3
5 #define GAMESTAT_ABORT_GAME 4
6 #define GAMESTAT_MULTIPLAYER 5
7 #define GAMESTAT_START_MULTIPLAYER_MISSION 6
8 #define GAMESTAT_NETGAME_OPTIONS 7
9 #define GAMESTAT_MORE_NETGAME_OPTIONS 8
10 #define GAMESTAT_NETGAME_PLAYER_SELECT 9
11 #define GAMESTAT_JOIN_NETGAME 10
12