aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/globals.c b/sources/globals.c
index a8e1383..4d9597d 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -33,6 +33,8 @@ SDL_BlendMode ___tzr_blendmode = SDL_BLENDMODE_BLEND;
int ___tzr_camera_x = 0;
int ___tzr_camera_y = 0;
SDL_GLContext ___tzr_gl_ctx = NULL;
+int ___tzr_scroll_x = 0;
+int ___tzr_scroll_y = 0;
#ifdef TZR_SOLOUD
Soloud ___tzr_soloud = NULL;