pmd-red/include/kecleon_bros1.h
2025-03-25 02:59:38 -04:00

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