From 82effe4e4d4a6b22f77055875d046304a86541eb Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 11 Feb 2024 15:30:12 +0100 Subject: Include model rendering in rendering functionality --- src/core/include/engine/core/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/include') diff --git a/src/core/include/engine/core/platform.h b/src/core/include/engine/core/platform.h index 2e74fbe..9dc9a8b 100644 --- a/src/core/include/engine/core/platform.h +++ b/src/core/include/engine/core/platform.h @@ -17,7 +17,7 @@ */ typedef struct Platform { - Window window; + Window* window; bool quit; u64 frame; -- cgit v1.3