about summary refs log tree commit diff
path: root/src/engine/graphics.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2011-12-31 10:29:25 +0100
committerMagnus Auvinen <magnus.auvinen@gmail.com>2011-12-31 10:29:25 +0100
commitb31abc40537bff7e159091ff61d5af442296c4d9 (patch)
tree191d77ac4d6104e882ef8c7e14ba7b38b8c2bb6b /src/engine/graphics.h
parent4e923442e48bd78617061afe9da0ed5bf5d1fa02 (diff)
downloadzcatch-b31abc40537bff7e159091ff61d5af442296c4d9.tar.gz
zcatch-b31abc40537bff7e159091ff61d5af442296c4d9.zip
fixed so that you can select graphics backend via gfx_threaded
Diffstat (limited to 'src/engine/graphics.h')
-rw-r--r--src/engine/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/graphics.h b/src/engine/graphics.h
index 1c79ee15..be113b2d 100644
--- a/src/engine/graphics.h
+++ b/src/engine/graphics.h
@@ -157,5 +157,6 @@ public:
 };
 
 extern IEngineGraphics *CreateEngineGraphics();
+extern IEngineGraphics *CreateEngineGraphicsThreaded();
 
 #endif