mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-29 15:32:19 +00:00
8 lines
198 B
C
8 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"
|