summaryrefslogtreecommitdiff
path: root/include/readKeyInput.h
diff options
context:
space:
mode:
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;