blob: 44831235c2d19042d28d9341c19e8f3e2a3255b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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);
#endif //GUARD_CABLE_CLUB_H
|