mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-31 21:12:33 -05:00
13 lines
212 B
C
13 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
|