1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/include/def/z_kaleido_scope_call.h
2022-02-14 10:56:16 -05:00

12 lines
374 B
C

#pragma once
struct GlobalContext;
extern f32 gBossMarkScale;
extern PauseMapMarksData* gLoadedPauseMarkDataTable;
void KaleidoScopeCall_Destroy(GlobalContext* globalCtx);
void KaleidoScopeCall_Draw(GlobalContext* globalCtx);
void KaleidoScopeCall_Init(GlobalContext* globalCtx);
void KaleidoScopeCall_LoadPlayer();
void KaleidoScopeCall_Update(GlobalContext* globalCtx);