blob: 3414be58734e646cea56f3ab4e8f0c008662b9e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef POKEREVO_CODE_801DB81C_H
#define POKEREVO_CODE_801DB81C_H
#ifdef __cplusplus
extern "C" {
#endif
u32 func_801DB978(u8 p1);
void func_801DB9FC(void);
void func_801DBA8C(void);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_CODE_801DB81C_H
|