diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 22:16:15 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-05 22:16:15 +0100 |
commit | 7bb8b8c7670728b0dcd510d8a8205bb3776368dd (patch) | |
tree | 8a1ccfd408736ed7b6793d19785ff3f1f85672a7 /src/types.c | |
parent | 1c805d096248db7184b7d935f008ab5ae49a714e (diff) | |
download | ldjam57-7bb8b8c7670728b0dcd510d8a8205bb3776368dd.tar |
Add audio to web and images to SDL
Diffstat (limited to 'src/types.c')
-rw-r--r-- | src/types.c | 1 |
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 { |