jedi-outcast/code/game/g_headers.h

21 lines
395 B
C
Raw Normal View History

2013-04-04 14:52:42 +00:00
#pragma once
#if !defined(G_HEADERS_H_INC)
#define G_HEADERS_H_INC
#if !defined(G_LOCAL_H_INC)
#include "../game/g_local.h"
#endif
//#if !defined(G_WRAITH_H_INC)
// #include "../game/g_Wraith.h"
//#endif
#if !defined(TEAMS_H_INC)
#include "../game/Teams.h"
#endif
//#if !defined(IGINTERFACE_H_INC)
// #include "../game/IGInterface.h"
//#endif
#endif // G_HEADERS_H_INC