diff options
Diffstat (limited to 'src/enemy/peahat.c')
| -rw-r--r-- | src/enemy/peahat.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/enemy/peahat.c b/src/enemy/peahat.c index 8c5f6646..3ff7a436 100644 --- a/src/enemy/peahat.c +++ b/src/enemy/peahat.c @@ -5,7 +5,10 @@ * @brief Peahat enemy */ #include "enemy.h" +#include "sound.h" +#include "effects.h" #include "physics.h" +#include "asm.h" #include "room.h" typedef struct { @@ -286,7 +289,7 @@ void Peahat_Stunned(PeahatEntity* this) { super->hitType = 0x71; } break; - }; + } } void Peahat_RepairPropeller(PeahatEntity* this) { |
