Verschiebe server.h in ein Unterverzeichnis

This commit is contained in:
Yamagi Burmeister 2010-11-25 15:46:36 +00:00
parent ff360644fc
commit 3c7426f836
9 changed files with 10 additions and 10 deletions

View file

@ -22,8 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//define PARANOID // speed sapping error checking
#include "../common/header/common.h"
#include "../game/baseq2/game.h"
#include "../../common/header/common.h"
#include "../../game/baseq2/game.h"
//=============================================================================

View file

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "server.h"
#include "header/server.h"
/*
===============================================================================

View file

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "server.h"
#include "header/server.h"
/*
=============================================================================

View file

@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// sv_game.c -- interface to the game dll
#include "server.h"
#include "header/server.h"
game_export_t *ge;

View file

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "server.h"
#include "header/server.h"
server_static_t svs; // persistant server info
server_t sv; // local server

View file

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "server.h"
#include "header/server.h"
netadr_t master_adr[MAX_MASTERS]; // address of group servers

View file

@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// sv_main.c -- server main program
#include "server.h"
#include "header/server.h"
/*
=============================================================================

View file

@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// sv_user.c -- server code for moving users
#include "server.h"
#include "header/server.h"
edict_t *sv_player;

View file

@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// world.c -- world query functions
#include "server.h"
#include "header/server.h"
/*
===============================================================================