diff options
Diffstat (limited to 'src/npc/smith.c')
| -rw-r--r-- | src/npc/smith.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/npc/smith.c b/src/npc/smith.c index 2210dede..f1b6f2f7 100644 --- a/src/npc/smith.c +++ b/src/npc/smith.c @@ -4,8 +4,15 @@ * * @brief Smith NPC */ -#include "functions.h" +#include "physics.h" #include "npc.h" +#include "sound.h" +#include "save.h" +#include "flags.h" +#include "effects.h" +#include "message.h" +#include "script.h" +#include "asm.h" typedef struct { /*0x00*/ Entity base; |
