dxx-rebirth/main/gamestat.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

24 lines
681 B
C

/* $Id: gamestat.h,v 1.1.1.1 2006/03/17 19:57:28 zicodxx Exp $ */
/*
*
* Game Status Definitions
*
*/
#ifndef _GAMESTAT_H
#define _GAMESTAT_H
#define GAMESTAT_RUNNING 0
#define GAMESTAT_MAIN_MENU 1
#define GAMESTAT_SELECT_MISSION 2
#define GAMESTAT_SELECT_DIFF 3
#define GAMESTAT_ABORT_GAME 4
#define GAMESTAT_MULTIPLAYER 5
#define GAMESTAT_START_MULTIPLAYER_MISSION 6
#define GAMESTAT_NETGAME_OPTIONS 7
#define GAMESTAT_MORE_NETGAME_OPTIONS 8
#define GAMESTAT_NETGAME_PLAYER_SELECT 9
#define GAMESTAT_JOIN_NETGAME 10
#endif /* _GAMESTAT_H */