aboutsummaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-05 12:13:47 +1000
committerquou <quou@disroot.org>2024-10-05 12:13:47 +1000
commit0e75a2949678cb8a68fb0819355864aa6db2cb43 (patch)
treeabeb4ecb53649e520e4fcc1652ad870e3d7175fa /render.h
parent6cab1d56ad2b29a2556090f1f0ce7e2b72d5460a (diff)
Level transitions and main menu
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