diff options
Diffstat (limited to 'src/object/lightRay.c')
| -rw-r--r-- | src/object/lightRay.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/object/lightRay.c b/src/object/lightRay.c index a48ffa53..1e4c53eb 100644 --- a/src/object/lightRay.c +++ b/src/object/lightRay.c @@ -4,9 +4,13 @@ * * @brief Light Ray object */ -#include "functions.h" #include "object.h" +#include "sound.h" +#include "flags.h" +#include "room.h" +#include "player.h" #include "screen.h" +#include "fade.h" typedef struct { /*0x00*/ Entity base; |
