mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
17 lines
399 B
C
17 lines
399 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 Task_WaitForReceivedRemoteLinkPlayers5SecondTimeout(u8 taskId);
|
|
u8 CreateTask_ReestablishLinkInCableClubRoom(void);
|
|
void CB2_ReturnFromCableClubBattle(void);
|
|
bool32 GetSeeingLinkPlayerCardMsg(u8 who);
|
|
|
|
#endif //GUARD_CABLE_CLUB_H
|