mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 23:32:20 +00:00
7 lines
198 B
C
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"
|