summaryrefslogtreecommitdiff
path: root/render/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/image.h')
-rw-r--r--render/image.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/render/image.h b/render/image.h
index 5bf6ea55..639168d2 100644
--- a/render/image.h
+++ b/render/image.h
@@ -4,6 +4,8 @@
#include "render.h"
#include "geom.h"
-void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, RrRect *area);
+void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
+ gint target_w, gint target_h,
+ RrRect *area);
#endif