* Label most of w01Dll * Add symbols for instdll and resultdll in us * Fix pal symbols for instDll * Build resultdll+symbols for pal
8 lines
133 B
C
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
|