diff options
Diffstat (limited to 'src/enemy/puffstool.c')
| -rw-r--r-- | src/enemy/puffstool.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/enemy/puffstool.c b/src/enemy/puffstool.c index cf40c24c..bb6fa93a 100644 --- a/src/enemy/puffstool.c +++ b/src/enemy/puffstool.c @@ -6,8 +6,15 @@ */ #include "collision.h" #include "enemy.h" +#include "sound.h" +#include "effects.h" #include "object.h" +#include "asm.h" +#include "room.h" +#include "physics.h" +#include "player.h" #include "tiles.h" +#include "color.h" typedef struct { /*0x00*/ Entity base; |
