From 935f69ca25bca24fd36166e7192ebb69af2d35e9 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sat, 5 Apr 2025 08:10:21 +0100 Subject: Get web assembly working --- src/all.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/all.h') diff --git a/src/all.h b/src/all.h index 19cc6e5..e69de29 100644 --- a/src/all.h +++ b/src/all.h @@ -1,13 +0,0 @@ -#include -#include -#include - -typedef struct { - SDL_Rect rect; - SDL_Color color; -} DrawElement; - -typedef struct { - int len; - DrawElement els[256]; -} DrawList; -- cgit v1.2.3