From 7bb8b8c7670728b0dcd510d8a8205bb3776368dd Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sat, 5 Apr 2025 22:16:15 +0100 Subject: Add audio to web and images to SDL --- src/types.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.c') diff --git a/src/types.c b/src/types.c index cbd9315..fde4ab4 100644 --- a/src/types.c +++ b/src/types.c @@ -14,6 +14,7 @@ typedef struct { int x, y, w, h; Color fill; Color border; + int image; } DrawElement; typedef struct { -- cgit v1.2.3