mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
7 lines
191 B
C
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"
|