diff options
Diffstat (limited to 'src/object/pushableRock.c')
| -rw-r--r-- | src/object/pushableRock.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object/pushableRock.c b/src/object/pushableRock.c index f58afa79..f2401fab 100644 --- a/src/object/pushableRock.c +++ b/src/object/pushableRock.c @@ -4,8 +4,12 @@ * * @brief Pushable Rock object */ -#include "functions.h" #include "object.h" +#include "asm.h" +#include "sound.h" +#include "flags.h" +#include "room.h" +#include "physics.h" #include "tiles.h" typedef struct { |
