summaryrefslogtreecommitdiff
path: root/src/Graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-25 15:10:40 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-25 15:10:40 (GMT)
commitdacb774ae01102f756e92449ef395fb938a2acf0 (patch)
tree5072718aaa46cc5e3d6e454c38c953684cb3e076 /src/Graphics.h
parentab8f382acc863d8d71ddb75b3161629cf5dd8d64 (diff)
downloadpowder-dacb774ae01102f756e92449ef395fb938a2acf0.zip
powder-dacb774ae01102f756e92449ef395fb938a2acf0.tar.gz
Resizable window when using OpenGL interface
Diffstat (limited to 'src/Graphics.h')
-rw-r--r--src/Graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Graphics.h b/src/Graphics.h
index e4c2ad8..ef72bf0 100644
--- a/src/Graphics.h
+++ b/src/Graphics.h
@@ -107,6 +107,7 @@ public:
#ifdef OGLI
//OpenGL specific instance variables
GLuint vidBuf, textTexture;
+ void Reset();
#endif
//Common graphics methods in Graphics.cpp