diff options
Diffstat (limited to 'src/graphics/Graphics.h')
| -rw-r--r-- | src/graphics/Graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics/Graphics.h b/src/graphics/Graphics.h index e74239e..46d28b4 100644 --- a/src/graphics/Graphics.h +++ b/src/graphics/Graphics.h @@ -4,6 +4,7 @@ #include <string> #include <cstdlib> #include <cstring> +#include <vector> #if defined(OGLI) #include "OpenGLHeaders.h" #endif @@ -135,6 +136,8 @@ public: static int textwidth(const char *s); static void textsize(const char * s, int & width, int & height); + VideoBuffer DumpFrame(); + void Acquire(); void Release(); |
