summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h
index 89b6039..fb1322b 100644
--- a/include/input.h
+++ b/include/input.h
@@ -12,6 +12,8 @@ struct Inputs
/* 0xC */ s32 repeatTimerDpad;
};
+extern struct Inputs gRealInputs;
+
struct InputTimers
{
/* 0x0 */ s16 holdTimerB;