summaryrefslogtreecommitdiff
path: root/include/readKeyInput.h
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-03-21 22:55:31 -0700
committerGitHub <noreply@github.com>2021-03-21 22:55:31 -0700
commit725efbe2d0b7253ba2a3ee935f830b3bfbe8eb7f (patch)
tree269a5ee1b44bb2600a63fbb2e9223a0b997f46f0 /include/readKeyInput.h
parenteb1643b9b7b513b74b2fb752c8409f175f14ed73 (diff)
parentf0d610f385dcbac0973a3c4b2f48621417492b5a (diff)
Merge pull request #142 from notyourav/static
TU squashing
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;