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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics/Renderer.h b/src/graphics/Renderer.h
index 6691ef1..cc7debe 100644
--- a/src/graphics/Renderer.h
+++ b/src/graphics/Renderer.h
@@ -113,6 +113,8 @@ public:
void draw_image(pixel *img, int x, int y, int w, int h, int a);
#endif
+ VideoBuffer DumpFrame();
+
void drawblob(int x, int y, unsigned char cr, unsigned char cg, unsigned char cb);
//...
//Display mode modifiers