Remove unused main/gamestat.h

This commit is contained in:
Kp 2013-03-09 20:29:20 +00:00
parent c31f5e8d1f
commit 765ae5173f
2 changed files with 0 additions and 23 deletions

View file

@ -1,22 +0,0 @@
/*
*
* 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 */

View file

@ -22,7 +22,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#define _KCONFIG_H
#include "config.h"
#include "gamestat.h"
#include "event.h"
#include "key.h"
#include "joy.h"