summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/Renderer.h')
-rw-r--r--src/graphics/Renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/Renderer.h b/src/graphics/Renderer.h
index e7d6e74..3812d9f 100644
--- a/src/graphics/Renderer.h
+++ b/src/graphics/Renderer.h
@@ -87,6 +87,7 @@ public:
void loadShaders();
#else
pixel * vid;
+ pixel * persistentVid;
void blendpixel(int x, int y, int r, int g, int b, int a);
void addpixel(int x, int y, int r, int g, int b, int a);