mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Verschiebe server.h in ein Unterverzeichnis
This commit is contained in:
parent
ff360644fc
commit
3c7426f836
9 changed files with 10 additions and 10 deletions
|
@ -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"
|
||||
|
||||
//=============================================================================
|
||||
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
*/
|
||||
|
||||
#include "server.h"
|
||||
#include "header/server.h"
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
*/
|
||||
|
||||
#include "server.h"
|
||||
#include "header/server.h"
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in a new issue