From 2875b1857b55a3568586e26adcd96e2012a4274b Mon Sep 17 00:00:00 2001 From: Rob Rohan Date: Sun, 26 May 2024 18:31:39 +1200 Subject: [PATCH] Adding draw to the header --- src/wefx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wefx.h b/src/wefx.h index cea0228..f2d7d19 100644 --- a/src/wefx.h +++ b/src/wefx.h @@ -37,7 +37,6 @@ int wefx_ysize(); extern void print(const char *); -// Check to see if an event is waiting. -// int wefx_event_waiting(); +void wefx_draw(unsigned int *screen); #endif // WEFX__H \ No newline at end of file