summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-08 23:57:35 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-08 23:57:35 (GMT)
commitbb99efdedf0f7b21bf716642217cc565ab40a915 (patch)
treec2ced8179052bb2c5e1fac99dab3be741d4936de /src/graphics/Renderer.h
parentd352a10d802e7358c5034f500bfec21cc55e7e6e (diff)
downloadpowder-bb99efdedf0f7b21bf716642217cc565ab40a915.zip
powder-bb99efdedf0f7b21bf716642217cc565ab40a915.tar.gz
Persistent 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);