Files
tmc/include/readKeyInput.h
T
2020-08-03 20:42:47 -05:00

10 lines
130 B
C

typedef struct {
u16 heldKeys;
u16 newKeys;
u16 unk4;
u8 unk6;
u8 unk7;
} Input;
extern Input gUnk_03000FF0;