diff options
Diffstat (limited to 'src/npc/npc4F.c')
| -rw-r--r-- | src/npc/npc4F.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/npc/npc4F.c b/src/npc/npc4F.c index 3f9450a3..442f9868 100644 --- a/src/npc/npc4F.c +++ b/src/npc/npc4F.c @@ -5,6 +5,7 @@ * @brief NPC 4F */ #include "npc.h" +#include "asm.h" void NPC4F(Entity* this) { if (this->action == 0) { |
