summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-03-15 12:59:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-03-15 12:59:55 (GMT)
commit73b6ff4efb4bbe31993a595987b9abc59a5a2e76 (patch)
tree7320e993bf6df6c59ef956087f3fa63f17b19b5d /src/graphics/Renderer.h
parent6b68c04cd613847e4f2bbe1f0cd8a2a13a9d4660 (diff)
downloadpowder-73b6ff4efb4bbe31993a595987b9abc59a5a2e76.zip
powder-73b6ff4efb4bbe31993a595987b9abc59a5a2e76.tar.gz
Use VideoBuffer in place of thumbnail
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 a1ed159..c5fe015 100644
--- a/src/graphics/Renderer.h
+++ b/src/graphics/Renderer.h
@@ -129,6 +129,8 @@ public:
void gradientrect(int x, int y, int width, int height, int r, int g, int b, int a, int r2, int g2, int b2, int a2);
void draw_image(pixel *img, int x, int y, int w, int h, int a);
+ void draw_image(const VideoBuffer & vidBuf, int w, int h, int a);
+ void draw_image(VideoBuffer * vidBuf, int w, int h, int a);
VideoBuffer DumpFrame();