diff options
Diffstat (limited to 'include/engine/engine.h')
| -rw-r--r-- | include/engine/engine.h | 12 |
1 files changed, 1 insertions, 11 deletions
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 <engine/memory.h> #include <engine/input.h> #include <engine/state.h> +#include <engine/resources.h> 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 |
