diff options
| author | fig02 <fig02srl@gmail.com> | 2024-02-02 12:44:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-02 12:44:31 -0500 |
| commit | 23de92d2f940d5812cb17ef2c976050152e9c8e9 (patch) | |
| tree | 1e9a86177f6b474cfb39a0f4eb128450bf330e0b /include | |
| parent | 4e2d2885bc21618f6dd0301c7389164c1bbc1fc1 (diff) | |
Match z_debug for retail (#1694)
* match z_debug for retail
* prototype
* directive
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.h b/include/functions.h index a7547e0a1..9dffcf2da 100644 --- a/include/functions.h +++ b/include/functions.h @@ -763,7 +763,9 @@ s32 func_800635D0(s32); void Regs_Init(void); void DebugCamera_ScreenText(u8 x, u8 y, const char* text); void DebugCamera_ScreenTextColored(u8 x, u8 y, u8 colorIndex, const char* text); +#if OOT_DEBUG void Regs_UpdateEditor(Input* input); +#endif void Debug_DrawText(GraphicsContext* gfxCtx); void DebugDisplay_Init(void); DebugDispObject* DebugDisplay_AddObject(f32 posX, f32 posY, f32 posZ, s16 rotX, s16 rotY, s16 rotZ, f32 scaleX, |
