diff options
Diffstat (limited to 'src/all.h')
-rw-r--r-- | src/all.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -1,13 +0,0 @@ -#include <SDL3/SDL.h> -#include <stddef.h> -#include <stdint.h> - -typedef struct { - SDL_Rect rect; - SDL_Color color; -} DrawElement; - -typedef struct { - int len; - DrawElement els[256]; -} DrawList; |