summaryrefslogtreecommitdiff
path: root/include/object.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-03-28 17:28:17 -0700
committertheo3 <arisstephenson2@gmail.com>2022-03-28 17:28:17 -0700
commit755571834d4fc0e21fdd45b065728c87574a3a07 (patch)
treea22746b07f5c00af9daaa3feb0792c7ba4de1beb /include/object.h
parent6cf555f074375c8134ce44b8ba68095a3a90ec46 (diff)
rename coord.h to physics.h
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h
index eb4582d4..c8b46a16 100644
--- a/include/object.h
+++ b/include/object.h
@@ -9,7 +9,7 @@
#include "flags.h"
#include "effects.h"
#include "room.h"
-#include "coord.h"
+#include "physics.h"
#include "entity.h"
#include "player.h"