mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
15 lines
244 B
C
15 lines
244 B
C
#ifndef GUARD_CABLE_CLUB_H
|
|
#define GUARD_CABLE_CLUB_H
|
|
|
|
#include "task.h"
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void sub_8081A90(u8 taskId);
|
|
u8 sub_8081150(void);
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|