From ab6db2bfd9733552d6c25eaa806858ffed0e388a Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 7 Sep 2025 09:29:11 +0200 Subject: texture --- examples/rects.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/rects.c') diff --git a/examples/rects.c b/examples/rects.c index e78ac69..293f833 100644 --- a/examples/rects.c +++ b/examples/rects.c @@ -2,6 +2,8 @@ #include "../sponge.h" +void init() {} + void draw_frame(sponge_Texture c) { assert(c.width > 140 + 20); assert(c.height > 70 + 40); -- cgit v1.3.1