From 20311c69d2fd4315e3fecf731819d7eba3152871 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 1 Oct 2024 18:34:07 +1000 Subject: debug rectangle drawing --- plat.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plat.h') 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 -- cgit v1.2.3-54-g00ecf