mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-19 21:47:34 -05:00
15 lines
294 B
C
15 lines
294 B
C
#ifndef GUARD_KECLEON_BROS2_H
|
|
#define GUARD_KECLEON_BROS2_H
|
|
|
|
#include "structs/menu.h"
|
|
#include "structs/str_text.h"
|
|
|
|
bool8 sub_8019E40(u32);
|
|
u32 sub_8019EDC(bool8);
|
|
u8 sub_8019FB0(void);
|
|
void sub_8019FCC(bool8);
|
|
void sub_801A010(void);
|
|
void sub_801A0D8(void);
|
|
|
|
#endif // GUARD_KECLEON_BROS2_H
|