1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00
ooot/include/z_onepointdemo.h
2022-04-13 17:00:41 -04:00

11 lines
628 B
C

#pragma once
s16 OnePointCutscene_Init(struct GlobalContext* globalCtx, s16 csId, s16 timer, Actor* actor, s16 camIdx);
s16 OnePointCutscene_EndCutscene(struct GlobalContext* globalCtx, s16 camIdx);
s32 OnePointCutscene_Attention(struct GlobalContext* globalCtx, Actor* actor);
s32 OnePointCutscene_AttentionSetSfx(struct GlobalContext* globalCtx, Actor* actor, s32 sfxId);
void OnePointCutscene_EnableAttention(void);
void OnePointCutscene_DisableAttention(void);
s32 OnePointCutscene_CheckForCategory(struct GlobalContext* globalCtx, s32 actorCategory);
void OnePointCutscene_Noop(struct GlobalContext* globalCtx, s32 arg1);