1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-22 14:55:39 +00:00
oot/include/z64quest_hint.h
mzxrules 652478c338
Reduce overlay dependencies on global.h (7) (#2472)
* z64env_flags, z64quest_hint_commands

* z64cutscene_spline, z64save.h moved from z64.h

* bss

* pr suggestion

* bss

* suggestions
2025-02-16 15:33:55 -05:00

11 lines
205 B
C

#ifndef Z64QUEST_HINT_H
#define Z64QUEST_HINT_H
#include "ultra64.h"
struct PlayState;
u16 QuestHint_GetSariaTextId(struct PlayState* play);
u16 QuestHint_GetNaviTextId(struct PlayState* play);
#endif