summaryrefslogtreecommitdiff
path: root/sponge.h
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-06 15:59:51 +0200
committerkkard2 <[email protected]>2025-09-06 15:59:51 +0200
commitc451018c17ce4953a7011fce6cafa55e362e0005 (patch)
treec2140b4e8a68ef0607f18d5c868698ae8e1e97d4 /sponge.h
parentee158180231bafb2d41bd1c6aa5de545556faed8 (diff)
rainbow
Diffstat (limited to 'sponge.h')
-rw-r--r--sponge.h1
1 files changed, 0 insertions, 1 deletions
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