blob: e679378a8bf9efebce79bd347e798d2a076b912c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef POKEREVO_CODE_80223C54_H
#define POKEREVO_CODE_80223C54_H
#ifdef __cplusplus
extern "C" {
#endif
u32 func_80223FD0(u32, u32, u32, void (*)(u32, u32));
void func_8022408C(u32, const char*);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_CODE_80223C54_H
|