mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
10 lines
123 B
C
10 lines
123 B
C
typedef struct {
|
|
u16 heldKeys;
|
|
u16 newKeys;
|
|
u16 unk4;
|
|
u8 unk6;
|
|
u8 unk7;
|
|
} Input;
|
|
|
|
extern Input gInput;
|