diff options
Diffstat (limited to 'src/object/bush.c')
| -rw-r--r-- | src/object/bush.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/object/bush.c b/src/object/bush.c index a83a2aec..fb142371 100644 --- a/src/object/bush.c +++ b/src/object/bush.c @@ -4,9 +4,12 @@ * * @brief Bush object */ -#include "functions.h" -#include "hitbox.h" #include "object.h" +#include "asm.h" +#include "effects.h" +#include "room.h" +#include "physics.h" +#include "player.h" #include "tiles.h" typedef struct { |
