mirror of
https://github.com/zeldaret/oot
synced 2026-06-01 01:39:35 -04:00
652478c338
* z64env_flags, z64quest_hint_commands * z64cutscene_spline, z64save.h moved from z64.h * bss * pr suggestion * bss * suggestions
12 lines
205 B
C
12 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
|