diff options
Diffstat (limited to 'src/npc/drLeft.c')
| -rw-r--r-- | src/npc/drLeft.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/npc/drLeft.c b/src/npc/drLeft.c index c89760c5..5c22035d 100644 --- a/src/npc/drLeft.c +++ b/src/npc/drLeft.c @@ -4,9 +4,14 @@ * * @brief Dr Left NPC */ -#include "functions.h" +#include "physics.h" #include "item.h" +#include "message.h" #include "npc.h" +#include "flags.h" +#include "save.h" +#include "script.h" +#include "asm.h" void sub_0806BFD8(Entity* this); |
