summaryrefslogtreecommitdiff
path: root/include/readKeyInput.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-03-21 20:51:08 -0700
committertheo3 <arisstephenson2@gmail.com>2021-03-21 20:51:08 -0700
commitbd50d449de5fc85ecb6f08f27a6ba0a45bfed6ec (patch)
tree9ddee2cf4e5706768d91f8942efc4a65f6e6c72f /include/readKeyInput.h
parent69edec1eb92ff6e8e3185030dd498579e8b0f382 (diff)
collapse TUs
Diffstat (limited to 'include/readKeyInput.h')
-rw-r--r--include/readKeyInput.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/readKeyInput.h b/include/readKeyInput.h
deleted file mode 100644
index 7961c2b6..00000000
--- a/include/readKeyInput.h
+++ /dev/null
@@ -1,9 +0,0 @@
-typedef struct {
- u16 heldKeys;
- u16 newKeys;
- u16 unk4;
- u8 unk6;
- u8 unk7;
-} Input;
-
-extern Input gInput;