marioparty4/include/REL/instDll.h
2025-02-06 10:21:59 -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