summaryrefslogtreecommitdiff
path: root/src/object/object98.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-03-30 00:52:53 -0700
committertheo3 <arisstephenson2@gmail.com>2022-03-30 00:52:53 -0700
commita633efd88ca533b8d601eb9a673c5eb7e68dd19d (patch)
tree9bc7eb383d88bb2023a6fd69c982915931a33d30 /src/object/object98.c
parent65b80571b230d08426e6329dc7eb4348ca5012d1 (diff)
sort out most of functions.h
Diffstat (limited to 'src/object/object98.c')
-rw-r--r--src/object/object98.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/object98.c b/src/object/object98.c
index a5de48e9..96626eeb 100644
--- a/src/object/object98.c
+++ b/src/object/object98.c
@@ -3,6 +3,7 @@
#include "projectile.h"
#include "room.h"
#include "functions.h"
+#include "object.h"
typedef struct {
Entity base;