From 36689ac93e7442ae3a00b61ef4dc719db1b9b78b Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 22 Aug 2023 08:11:33 +0200 Subject: Update resource allocation macros --- include/engine/engine.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'include/engine/engine.h') diff --git a/include/engine/engine.h b/include/engine/engine.h index 02b5703..4d92645 100644 --- a/include/engine/engine.h +++ b/include/engine/engine.h @@ -10,6 +10,7 @@ #include #include #include +#include typedef struct { u32 texture_id; @@ -17,17 +18,6 @@ typedef struct { w, h; } RenderUnit; -typedef struct { - const char *font_path; - i32 ptsize; -} FontSpec; - -typedef struct { - i32 width; - i32 height; - const char *path; -} TextureSpec; - typedef struct Window Window; #define NUM_GLOBAL_BINDINGS 1 -- cgit v1.3