12 lines
212 B
C
12 lines
212 B
C
#ifndef GUARD_CABLE_CLUB_H
|
|
#define GUARD_CABLE_CLUB_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
void sub_80B37D4(TaskFunc taskFunc);
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|