diff options
Diffstat (limited to 'include/cable_club.h')
-rw-r--r-- | include/cable_club.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/cable_club.h b/include/cable_club.h new file mode 100644 index 000000000..734a4f070 --- /dev/null +++ b/include/cable_club.h @@ -0,0 +1,15 @@ +#ifndef GUARD_CABLE_CLUB_H +#define GUARD_CABLE_CLUB_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +void sub_80B37D4(TaskFunc taskFunc); +u8 sub_80B3050(void); +void sub_80B360C(void); +bool32 sub_80B2AF4(u16 *arg0, u16 *arg1); + +#endif //GUARD_CABLE_CLUB_H |