aboutsummaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 20:37:59 +1000
committerquou <quou@disroot.org>2024-10-01 20:37:59 +1000
commit25223a71460075b9b4f1cf8df82d89dafde24423 (patch)
treea1a303761af875e8dd127362fa7d2b8d7b011921 /render.h
parent0d9943b35af06ca3f33e658294b6be623edd8242 (diff)
ren_rect
Diffstat (limited to 'render.h')
-rw-r--r--render.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render.h b/render.h
index 98a8cc7..e41572e 100644
--- a/render.h
+++ b/render.h
@@ -27,5 +27,9 @@ void ren_map(
const struct Rect* re,
const Bitmap* bm
);
+void ren_rect(
+ Renderer* r,
+ const struct Rect* re
+);
#endif