diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-03-21 22:55:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 22:55:31 -0700 |
| commit | 725efbe2d0b7253ba2a3ee935f830b3bfbe8eb7f (patch) | |
| tree | 269a5ee1b44bb2600a63fbb2e9223a0b997f46f0 /src/createObject.c | |
| parent | eb1643b9b7b513b74b2fb752c8409f175f14ed73 (diff) | |
| parent | f0d610f385dcbac0973a3c4b2f48621417492b5a (diff) | |
Merge pull request #142 from notyourav/static
TU squashing
Diffstat (limited to 'src/createObject.c')
| -rw-r--r-- | src/createObject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/createObject.c b/src/createObject.c index dc8de778..16f5df16 100644 --- a/src/createObject.c +++ b/src/createObject.c @@ -1,6 +1,6 @@ #include "global.h" #include "entity.h" -#include "position.h" +#include "coord.h" #include "room.h" #include "createObject.h" |
