diff options
Diffstat (limited to 'src/npc/emma.c')
| -rw-r--r-- | src/npc/emma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/emma.c b/src/npc/emma.c index 7ff05e23..7e7cdb3c 100644 --- a/src/npc/emma.c +++ b/src/npc/emma.c @@ -5,8 +5,8 @@ * @brief Emma NPC */ #include "entity.h" -#include "functions.h" #include "screenTransitions.h" +#include "room.h" #include "script.h" void Emma(Entity* this) { |
