- qcommon.h -> header/common.h

- qfiles.h -> header/files.h
This commit is contained in:
Yamagi Burmeister 2010-09-01 08:45:26 +00:00
parent 858dee9747
commit c2e06a2682
27 changed files with 30 additions and 30 deletions

View File

@ -27,7 +27,7 @@
#ifndef CL_REF_H #ifndef CL_REF_H
#define CL_REF_H #define CL_REF_H
#include "../../common/qcommon.h" #include "../../common/header/common.h"
#define MAX_DLIGHTS 32 #define MAX_DLIGHTS 32
#define MAX_ENTITIES 128 #define MAX_ENTITIES 128

View File

@ -25,7 +25,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmd.h" #include "../header/cmd.h"
typedef struct cmd_function_s { typedef struct cmd_function_s {

View File

@ -27,7 +27,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmd.h" #include "../header/cmd.h"
/* /*

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmd.h" #include "../header/cmd.h"
void Cmd_Exec_f (void) { void Cmd_Exec_f (void) {

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#define MAX_NUM_ARGVS 50 #define MAX_NUM_ARGVS 50

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include <stdlib.h> #include <stdlib.h>
#include <setjmp.h> #include <setjmp.h>

View File

@ -26,7 +26,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
#define CRC_INIT_VALUE 0xffff #define CRC_INIT_VALUE 0xffff
#define CRC_XOR_VALUE 0x0000 #define CRC_XOR_VALUE 0x0000

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
cvar_t *cvar_vars; cvar_t *cvar_vars;

View File

@ -25,7 +25,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
#include "../posix/glob/glob.h" #include "../posix/glob/glob.h"
#include "../unzip/unzip.h" #include "../unzip/unzip.h"

View File

@ -26,11 +26,11 @@
* ======================================================================= * =======================================================================
*/ */
#ifndef CO_QCOMMON_H #ifndef CO_COMMON_H
#define CO_QCOMMON_H #define CO_COMMON_H
#include "../game/baseq2/q_shared.h" #include "../../game/baseq2/q_shared.h"
#include "header/crc.h" #include "crc.h"
#define VERSION 2.99 #define VERSION 2.99
#define BASEDIRNAME "baseq2" #define BASEDIRNAME "baseq2"
@ -538,7 +538,7 @@ qboolean Netchan_CanReliable (netchan_t *chan);
/* CMODEL */ /* CMODEL */
#include "qfiles.h" #include "files.h"
cmodel_t *CM_LoadMap (char *name, qboolean clientload, unsigned *checksum); cmodel_t *CM_LoadMap (char *name, qboolean clientload, unsigned *checksum);
cmodel_t *CM_InlineModel (char *name); /* *1, *2, etc */ cmodel_t *CM_InlineModel (char *name); /* *1, *2, etc */

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
vec3_t bytedirs[NUMVERTEXNORMALS] = vec3_t bytedirs[NUMVERTEXNORMALS] =
{ {

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
void MSG_BeginReading (sizebuf_t *msg) void MSG_BeginReading (sizebuf_t *msg)
{ {

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
#include "header/zone.h" #include "header/zone.h"
#include <setjmp.h> #include <setjmp.h>

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmodel.h" #include "../header/cmodel.h"
extern int numareas; extern int numareas;

View File

@ -25,7 +25,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmodel.h" #include "../header/cmodel.h"
extern int numleafs; extern int numleafs;

View File

@ -25,7 +25,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmodel.h" #include "../header/cmodel.h"
extern int box_headnode; extern int box_headnode;

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmodel.h" #include "../header/cmodel.h"
extern dvis_t *map_vis; extern dvis_t *map_vis;

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "../qcommon.h" #include "../header/common.h"
#include "../header/cmodel.h" #include "../header/cmodel.h"
extern int numclusters; extern int numclusters;

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
/* /*
* packet header * packet header

View File

@ -25,7 +25,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
#define STEPSIZE 18 #define STEPSIZE 18

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
void SZ_Init (sizebuf_t *buf, byte *data, int length) void SZ_Init (sizebuf_t *buf, byte *data, int length)
{ {

View File

@ -24,7 +24,7 @@
* ======================================================================= * =======================================================================
*/ */
#include "qcommon.h" #include "header/common.h"
#include "header/zone.h" #include "header/zone.h"
#define Z_MAGIC 0x1d1d #define Z_MAGIC 0x1d1d

View File

@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include "../common/qcommon.h" #include "../common/header/common.h"
#include <unistd.h> #include <unistd.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "glob/glob.h" #include "glob/glob.h"
#include "../common/qcommon.h" #include "../common/header/common.h"
#if defined(__FreeBSD__) #if defined(__FreeBSD__)
#include <machine/param.h> #include <machine/param.h>

View File

@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <errno.h> #include <errno.h>
#include <dlfcn.h> #include <dlfcn.h>
#include "../common/qcommon.h" #include "../common/header/common.h"
#include "posix.h" #include "posix.h"

View File

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