jedi-outcast/code/game/npc_headers.h
2013-04-04 09:52:42 -05:00

7 lines
198 B
C

// PCH header file organiser for NPC_xxxx cpp files' most commonly used headers
#include "b_local.h"
#include "anims.h"
#include "g_functions.h"
#include "g_nav.h"
#include "g_navigator.h"