0
0
Fork 0
mirror of https://github.com/ioquake/jedi-academy.git synced 2025-03-12 22:01:33 +00:00
jedi-academy/codemp/game/npc_headers.h
2013-04-23 15:21:39 +10:00

7 lines
191 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"