summaryrefslogtreecommitdiff
path: root/include/cable_club.h
blob: c1dbab1a58a6a997779c796fbde5d2b3b5f74f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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