diff options
Diffstat (limited to 'src/graphics/Renderer.h')
| -rw-r--r-- | src/graphics/Renderer.h | 2 |
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(); |
