2017-11-04 00:59:29 +00:00
|
|
|
#ifndef GUARD_CABLE_CLUB_H
|
|
|
|
#define GUARD_CABLE_CLUB_H
|
|
|
|
|
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
|
|
|
|
|
|
|
void sub_80B37D4(TaskFunc taskFunc);
|
2017-11-04 14:15:58 +00:00
|
|
|
u8 sub_80B3050(void);
|
2017-11-04 00:59:29 +00:00
|
|
|
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|