aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index 3326b69..16f85a9 100644
--- a/frontend/menu.h
+++ b/frontend/menu.h
@@ -13,4 +13,5 @@ enum opts {
OPT_TSGUN_NOTRIGGER = 1 << 4,
};
-extern int g_opts, analog_deadzone;
+extern int g_opts;
+extern int analog_deadzone;