diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-03-21 20:51:08 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-03-21 20:51:08 -0700 |
| commit | bd50d449de5fc85ecb6f08f27a6ba0a45bfed6ec (patch) | |
| tree | 9ddee2cf4e5706768d91f8942efc4a65f6e6c72f /src/object/fileScreenObjects.c | |
| parent | 69edec1eb92ff6e8e3185030dd498579e8b0f382 (diff) | |
collapse TUs
Diffstat (limited to 'src/object/fileScreenObjects.c')
| -rw-r--r-- | src/object/fileScreenObjects.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/fileScreenObjects.c b/src/object/fileScreenObjects.c index 97cbfd5e..de79631a 100644 --- a/src/object/fileScreenObjects.c +++ b/src/object/fileScreenObjects.c @@ -4,9 +4,9 @@ #include "main.h" #include "menu.h" #include "npc.h" -#include "position.h" +#include "coord.h" #include "fileScreen.h" -#include "readKeyInput.h" +#include "utils.h" #include "structures.h" #include "functions.h" |
