mm/include/z64elf_message.h
Anghelo Carvajal cd087d8511
Introduce a bunch of small new headers (#1649)
* regs.h

* gfxalloc.h

* z64inventory.h

* gfx.h

* graph.h

* z64olib.h

* z64elf_message.h

* fix missing include

* Include z64inventory.h on z64save.h

* fix bss

* Move PosRot to z64math.h

* So dumb

* Update src/overlays/actors/ovl_En_Kusa/z_en_kusa.c

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>

* review

* Remove graph.h

* bss

---------

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
2024-07-28 13:53:28 -07:00

11 lines
159 B
C

#ifndef Z64ELF_MESSAGE_H
#define Z64ELF_MESSAGE_H
#include "PR/ultratypes.h"
struct PlayState;
u16 QuestHint_GetTatlTextId(struct PlayState* play);
#endif