Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-05 22:16:15 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-05 22:16:15 +0100
commit7bb8b8c7670728b0dcd510d8a8205bb3776368dd (patch)
tree8a1ccfd408736ed7b6793d19785ff3f1f85672a7 /src/types.c
parent1c805d096248db7184b7d935f008ab5ae49a714e (diff)
downloadldjam57-7bb8b8c7670728b0dcd510d8a8205bb3776368dd.tar
Add audio to web and images to SDL
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c1
1 files changed, 1 insertions, 0 deletions
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 {