diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/game.c | 2 | ||||
| -rw-r--r-- | src/code/m_lights.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/code/game.c b/src/code/game.c index aca7062..7767fc0 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -11,7 +11,7 @@ #include "padmgr.h" #include "69E2C0.h" #include "gfxalloc.h" -#include "6E0F50.h" +#include "m_rcp.h" #include "code_variables.h" #include "overlays/gamestates/ovl_play/m_play.h" #include "overlays/gamestates/ovl_famicom_emu/famicom_emu.h" diff --git a/src/code/m_lights.c b/src/code/m_lights.c index 172fba0..664d53b 100644 --- a/src/code/m_lights.c +++ b/src/code/m_lights.c @@ -4,7 +4,7 @@ #include "macros.h" #include "sys_matrix.h" #include "overlays/gamestates/ovl_play/m_play.h" -#include "6E0F50.h" +#include "m_rcp.h" extern Gfx D_400AA00[]; // point_light_init_model extern Gfx D_400AA40[]; // point_light_model |
