diff options
Diffstat (limited to 'src/object/backgroundCloud.c')
| -rw-r--r-- | src/object/backgroundCloud.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object/backgroundCloud.c b/src/object/backgroundCloud.c index 0c150823..53d29d75 100644 --- a/src/object/backgroundCloud.c +++ b/src/object/backgroundCloud.c @@ -5,6 +5,9 @@ * @brief BackgroundCloud object */ #include "object.h" +#include "asm.h" +#include "room.h" +#include "physics.h" typedef struct { /*0x00*/ Entity base; |
