summaryrefslogtreecommitdiff
path: root/src/npc/cat.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-28 13:53:53 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-28 13:53:53 -0800
commit3fd900f1bc81cbaf106de17f5b8d41e26de682a8 (patch)
treeb6226159f870a5974379851e986261eb8d1ce5fc /src/npc/cat.c
parent0f65f8fd5008d06defcfae6c9d66270ff45a8e49 (diff)
rename files, sort asm into subdirectories
Diffstat (limited to 'src/npc/cat.c')
-rw-r--r--src/npc/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c
index af53d0c3..09ec72d2 100644
--- a/src/npc/cat.c
+++ b/src/npc/cat.c
@@ -2,7 +2,7 @@
#include "entity.h"
#include "functions.h"
#include "save.h"
-#include "textbox.h"
+#include "message.h"
#include "npc.h"
extern void sub_08067C44();