diff options
Diffstat (limited to 'src/object/well.c')
| -rw-r--r-- | src/object/well.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/well.c b/src/object/well.c index 0e19e21a..082ba849 100644 --- a/src/object/well.c +++ b/src/object/well.c @@ -6,10 +6,10 @@ */ #include "asm.h" #include "entity.h" -#include "functions.h" #include "player.h" #include "room.h" #include "tiles.h" +#include "map.h" typedef struct { /*0x00*/ Entity base; |
