diff options
Diffstat (limited to 'src/entity.c')
| -rw-r--r-- | src/entity.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/entity.c b/src/entity.c index a5b84baf..0670283f 100644 --- a/src/entity.c +++ b/src/entity.c @@ -4,6 +4,12 @@ #include "manager/diggingCaveEntranceManager.h" #include "message.h" #include "npc.h" +#include "vram.h" +#include "script.h" +#include "room.h" +#include "player.h" +#include "physics.h" +#include "color.h" typedef struct Temp { void* prev; |
