From c451018c17ce4953a7011fce6cafa55e362e0005 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 6 Sep 2025 15:59:51 +0200 Subject: rainbow --- sponge.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sponge.h') diff --git a/sponge.h b/sponge.h index 6255236..2978e0e 100644 --- a/sponge.h +++ b/sponge.h @@ -10,7 +10,6 @@ typedef struct { void sponge_clear(sponge_Texture c, uint32_t color); void sponge_draw_rect(sponge_Texture c, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t color); -void sponge_draw_texture(sponge_Texture c, uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, sponge_Texture texture); // TODO(kard): prefix stripping -- cgit v1.3.1