tmc/include/readKeyInput.h

10 lines
130 B
C

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