mirror of
https://github.com/pret/pokerevo.git
synced 2026-04-25 15:58:10 -05:00
22 lines
344 B
C
22 lines
344 B
C
#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
|