npc_headers.h 198 B

12345678
  1. // PCH header file organiser for NPC_xxxx cpp files' most commonly used headers
  2. #include "b_local.h"
  3. #include "anims.h"
  4. #include "g_functions.h"
  5. #include "g_nav.h"
  6. #include "g_navigator.h"