aboutsummaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/render.h b/render.h
index e41572e..ca06ca3 100644
--- a/render.h
+++ b/render.h
@@ -27,6 +27,13 @@ void ren_map(
const struct Rect* re,
const Bitmap* bm
);
+void ren_cmap(
+ Renderer* r,
+ int x,
+ int y,
+ const struct Rect* re,
+ const Bitmap* bm
+);
void ren_rect(
Renderer* r,
const struct Rect* re