aboutsummaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index 32f17f6..687106d 100644
--- a/plat.h
+++ b/plat.h
@@ -85,4 +85,12 @@ int btn_pressed(const App* a, Btn btn);
int btn_just_pressed(const App* a, Btn btn);
int btn_just_released(const App* a, Btn btn);
+void ren_debug_rect(
+ int x,
+ int y,
+ int w,
+ int h,
+ unsigned colour
+);
+
#endif