summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-16 18:48:50 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-16 18:48:50 (GMT)
commit19e182ae425bb08d8d267c2e5d49fcddb4965c77 (patch)
tree47df4b5bdca3c67cc7076efbe1a3b2d2aaf53454 /src/graphics/Graphics.h
parent6f29926b962538a63f9548a3331b7a52b617b46f (diff)
downloadpowder-19e182ae425bb08d8d267c2e5d49fcddb4965c77.zip
powder-19e182ae425bb08d8d267c2e5d49fcddb4965c77.tar.gz
add back rgba images in the local/server save uploads
Diffstat (limited to 'src/graphics/Graphics.h')
-rw-r--r--src/graphics/Graphics.h1
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();