marioparty4/include/REL/instDll.h
Liam Coleman 560a592518
Add symbols for instdll and resultdll in us (#562)
* Label most of w01Dll

* Add symbols for instdll and resultdll in us

* Fix pal symbols for instDll

* Build resultdll+symbols for pal
2025-02-06 10:41:45 -06:00

8 lines
133 B
C

#ifndef INSTDLL_H
#define INSTDLL_H
#include "game/minigame_seq.h"
s32 FontCreate(SeqWork *work, char *mess, s16 jp_flag);
#endif