mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
10 lines
239 B
C
10 lines
239 B
C
#ifndef GUARD_KECLEON_BROS1_H
|
|
#define GUARD_KECLEON_BROS1_H
|
|
|
|
// mode corresponds to the enum: KecleonBrosMode
|
|
bool8 CreateKecleonBros(u32 mode);
|
|
void DeleteKecleonBros(void);
|
|
u32 KecleonBrosCallback(void);
|
|
|
|
#endif // GUARD_KECLEON_BROS1_H
|