mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
14 lines
234 B
C
14 lines
234 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);
|
|
u8 sub_80B3050(void);
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|