1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/z_kaleido_scope_call.h
2022-04-13 17:00:45 -04:00

12 lines
375 B
C

#pragma once
#include "globalctx.h"
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);