summaryrefslogtreecommitdiff
path: root/src/effects_gl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects_gl.cpp')
-rw-r--r--src/effects_gl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/effects_gl.cpp b/src/effects_gl.cpp
index c3ff444..64a0758 100644
--- a/src/effects_gl.cpp
+++ b/src/effects_gl.cpp
@@ -1,3 +1,7 @@
+#if SPECIAL
+#include "main.h"
+#endif
+
void GL_UpdateTexture(gl_effect_layer *Test, void *Data, uint16 Width, uint16 Height, uint16 BytesPerPixel, bool32 Multisample);
static uint16 Effect_GL_InitShader(const char *Effect);
static void GL_BindDefaultVertexArrays();