summaryrefslogtreecommitdiff
path: root/src/npc/guard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/guard.c')
-rw-r--r--src/npc/guard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/npc/guard.c b/src/npc/guard.c
index 760bb6b0..8acd58d6 100644
--- a/src/npc/guard.c
+++ b/src/npc/guard.c
@@ -6,13 +6,14 @@
*/
#include "entity.h"
#include "flags.h"
-#include "functions.h"
+#include "manager.h"
#include "message.h"
#include "npc.h"
#include "player.h"
#include "projectile.h"
#include "room.h"
#include "script.h"
+#include "physics.h"
typedef struct {
/*0x00*/ Entity base;