mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 23:07:39 -05:00
16 lines
268 B
C
16 lines
268 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);
|
|
void sub_8081668(void);
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|