blob: 7cc44581d7d135f610cd076c16e79c9f91acfda6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef POKEREVO_CODE_80249BC8_H
#define POKEREVO_CODE_80249BC8_H
#ifdef __cplusplus
extern "C" {
#endif
s32 func_80249BC8(void);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_CODE_80249BC8_H
|