10 lines
258 B
C
10 lines
258 B
C
#ifndef GUARD_LINK_RFU_H
|
|
#define GUARD_LINK_RFU_H
|
|
|
|
void AddTextPrinterToWindow1(const u8 *str);
|
|
bool32 MG_PrintTextOnWindow1AndWaitButton(u8 * cmdPtr, const u8 * src);
|
|
void sub_80FA190(void);
|
|
void MG_DrawCheckerboardPattern(void);
|
|
|
|
#endif //GUARD_LINK_RFU_H
|