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 3286499..a8e1383 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -32,6 +32,7 @@ size_t ___tzr_joysticks_size = 0;
SDL_BlendMode ___tzr_blendmode = SDL_BLENDMODE_BLEND;
int ___tzr_camera_x = 0;
int ___tzr_camera_y = 0;
+SDL_GLContext ___tzr_gl_ctx = NULL;
#ifdef TZR_SOLOUD
Soloud ___tzr_soloud = NULL;