From cd1f6de2fda8b29a55d9ca9abb7b31e774d8d165 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Tue, 5 Mar 2024 20:50:20 +1100 Subject: add render types for material and texture --- src/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core.h') diff --git a/src/core.h b/src/core.h index 8a3d037..1b3e28b 100644 --- a/src/core.h +++ b/src/core.h @@ -13,10 +13,11 @@ typedef struct core { input_state input; text_system_state text; screenspace_state screenspace; + model_darray* models; } core; // --- Lifecycle core* core_bringup(); void core_shutdown(core* core); -void core_input_update(core* core); \ No newline at end of file +void core_input_update(core* core); -- cgit v1.2.3-70-g09d2