diff options
Diffstat (limited to 'src/graphics/Graphics.h')
| -rw-r--r-- | src/graphics/Graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/Graphics.h b/src/graphics/Graphics.h index 2cbdd87..580f2c0 100644 --- a/src/graphics/Graphics.h +++ b/src/graphics/Graphics.h @@ -247,6 +247,7 @@ public: 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); + void draw_rgba_image(unsigned char *data, int x, int y, float alpha); Graphics(); ~Graphics(); |
