blob: bafb84c1db8c6325c5915627ea710e71ecb3caea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef POKEREVO_GUNKCLASS13_H
#define POKEREVO_GUNKCLASS13_H
#ifdef __cplusplus
extern "C" {
#endif
struct gUnkClass13
{
u8 unk0[0x7A]; //pad
u8 unk7A;
};
// TODO: determine defining module for this global variable
extern gUnkClass13* lbl_8063F788;
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_GUNKCLASS13_H
|