Initial commit.

This commit is contained in:
Jim Gray
2013-04-04 14:32:05 -07:00
parent ba5c81da32
commit d71d53e8ec
2180 changed files with 1393544 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
#pragma once
#if !defined(COMMON_HEADERS_H_INC)
#define COMMON_HEADERS_H_INC
#if !defined(__Q_SHARED_H)
#include "../game/q_shared.h"
#endif
//#if !defined(Q_SHAREDBASIC_H_INC)
// #include "../game/q_sharedbasic.h" // fileHandle_t
//#endif
//#if !defined(Q_MATH_H_INC)
// #include "../game/q_math.h"
//#endif
#ifdef _XBOX
#define GAME_INCLUDE
#include "../game/b_local.h"
#include "../cgame/cg_local.h"
#include "../game/g_navigator.h"
#include "../game/g_shared.h"
#include "../game/g_functions.h"
#endif
#endif // COMMON_HEADERS_H_INC