diff options
| author | Henny022p <info@henny022.de> | 2025-03-09 14:26:33 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 19:00:33 +0000 |
| commit | deacc6e95e733a54c9660f6b0155ceddddd2e6e3 (patch) | |
| tree | 1c5b6433f772e009c81ce3d7a7261ab67f43427e /src/npc/cat.c | |
| parent | 0d58d2c5d70726abd3b439d99a6b4f41bf81b861 (diff) | |
cleanup asm.h
Diffstat (limited to 'src/npc/cat.c')
| -rw-r--r-- | src/npc/cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c index 0693e6a1..4d44c978 100644 --- a/src/npc/cat.c +++ b/src/npc/cat.c @@ -11,6 +11,7 @@ #include "save.h" #include "physics.h" #include "manager.h" +#include "asm.h" typedef struct { /*0x00*/ Entity base; |
