diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 17:28:17 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 17:28:17 -0700 |
| commit | 755571834d4fc0e21fdd45b065728c87574a3a07 (patch) | |
| tree | a22746b07f5c00af9daaa3feb0792c7ba4de1beb /include | |
| parent | 6cf555f074375c8134ce44b8ba68095a3a90ec46 (diff) | |
rename coord.h to physics.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 2 | ||||
| -rw-r--r-- | include/npc.h | 2 | ||||
| -rw-r--r-- | include/object.h | 2 | ||||
| -rw-r--r-- | include/physics.h (renamed from include/coord.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/include/functions.h b/include/functions.h index c2ded725..631f5176 100644 --- a/include/functions.h +++ b/include/functions.h @@ -5,7 +5,7 @@ #include "global.h" #include "entity.h" #include "manager.h" -#include "coord.h" +#include "physics.h" #include "player.h" #include "room.h" #include "structures.h" diff --git a/include/npc.h b/include/npc.h index cfe0f9cf..1a57ccc9 100644 --- a/include/npc.h +++ b/include/npc.h @@ -9,7 +9,7 @@ #include "effects.h" #include "room.h" #include "flags.h" -#include "coord.h" +#include "physics.h" #include "message.h" #include "script.h" #include "save.h" 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" diff --git a/include/coord.h b/include/physics.h index 2c243c35..2c243c35 100644 --- a/include/coord.h +++ b/include/physics.h |
