mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-07 06:35:48 -05:00
14 lines
222 B
C
14 lines
222 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);
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|