aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/globals.c b/sources/globals.c
index 4d9597d..0f835e1 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -35,6 +35,7 @@ int ___tzr_camera_y = 0;
SDL_GLContext ___tzr_gl_ctx = NULL;
int ___tzr_scroll_x = 0;
int ___tzr_scroll_y = 0;
+TZR_Event ___tzr_latest_input = {0};
#ifdef TZR_SOLOUD
Soloud ___tzr_soloud = NULL;