diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 23:36:22 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-17 23:38:06 -0500 |
commit | b1fc911965c584f5af6522849162527f41461b7c (patch) | |
tree | 6466b915b8223015e3c7ebad7e73d4b6755c4be2 /include/dungeon_entity.h | |
parent | da8fcb2ac85554bb099dff69f1d0ec1226156afd (diff) |
Decomped InSameRoom_2()
Diffstat (limited to 'include/dungeon_entity.h')
-rw-r--r-- | include/dungeon_entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index bf263ae..f4e836c 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -3,7 +3,7 @@ #include "constants/move.h" #include "item.h" -#include "map.h" +#include "position.h" struct DungeonActionContainer { |