diff options
Diffstat (limited to 'src/npc/postman.c')
| -rw-r--r-- | src/npc/postman.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/npc/postman.c b/src/npc/postman.c index 05f0d906..98678a3a 100644 --- a/src/npc/postman.c +++ b/src/npc/postman.c @@ -5,10 +5,14 @@ * @brief Postman NPC */ #include "entity.h" -#include "functions.h" #include "npc.h" #include "sound.h" -#include "structures.h" +#include "effects.h" +#include "save.h" +#include "script.h" +#include "asm.h" +#include "message.h" +#include "physics.h" typedef struct { /*0x00*/ Entity base; |
