mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
10 lines
99 B
C
10 lines
99 B
C
struct Input {
|
|
u16 unk0;
|
|
u16 unk1;
|
|
u16 unk2;
|
|
u8 unk3;
|
|
u8 unk4;
|
|
};
|
|
|
|
//void ReadKeyInput(void);
|