diff options
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/sys_ucode.c | 2 | ||||
| -rw-r--r-- | soh/src/code/z_room.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/soh/src/code/sys_ucode.c b/soh/src/code/sys_ucode.c index 39bbe3531..678c58c36 100644 --- a/soh/src/code/sys_ucode.c +++ b/soh/src/code/sys_ucode.c @@ -1,6 +1,6 @@ #include "global.h" -#include "public/bridge/gfxbridge.h" +#include <libultraship/bridge/gfxbridge.h> UcodeHandlers sDefaultGSPUCodeText = ucode_f3dex2; // u64* sDefaultGSPUCodeData = gspF3DZEX2_NoN_PosLight_fifoDataStart; diff --git a/soh/src/code/z_room.c b/soh/src/code/z_room.c index 493752555..172111b50 100644 --- a/soh/src/code/z_room.c +++ b/soh/src/code/z_room.c @@ -9,7 +9,7 @@ #include <string.h> #include <assert.h> -#include "public/bridge/gfxbridge.h" +#include <libultraship/bridge/gfxbridge.h> #include "soh/OTRGlobals.h" #include "soh/ResourceManagerHelpers.h" |
