diff options
Diffstat (limited to 'src/object/pullableMushroom.c')
| -rw-r--r-- | src/object/pullableMushroom.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/object/pullableMushroom.c b/src/object/pullableMushroom.c index 44d17deb..bd674d2c 100644 --- a/src/object/pullableMushroom.c +++ b/src/object/pullableMushroom.c @@ -4,11 +4,16 @@ * * @brief Pullable Mushroom object */ -#include "functions.h" #include "game.h" #include "hitbox.h" #include "object.h" +#include "asm.h" +#include "sound.h" +#include "room.h" +#include "physics.h" +#include "player.h" #include "tiles.h" +#include "color.h" typedef struct { /*0x00*/ Entity base; |
