summaryrefslogtreecommitdiff
path: root/src/objectUtils.c
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 /src/objectUtils.c
parent6cf555f074375c8134ce44b8ba68095a3a90ec46 (diff)
rename coord.h to physics.h
Diffstat (limited to 'src/objectUtils.c')
-rw-r--r--src/objectUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objectUtils.c b/src/objectUtils.c
index 247dc648..048b2559 100644
--- a/src/objectUtils.c
+++ b/src/objectUtils.c
@@ -1,6 +1,6 @@
#include "global.h"
#include "entity.h"
-#include "coord.h"
+#include "physics.h"
#include "room.h"
#include "object.h"
#include "functions.h"