summaryrefslogtreecommitdiff
path: root/src/core/include
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-11 14:30:12 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-11 15:19:29 +0000
commit82effe4e4d4a6b22f77055875d046304a86541eb (patch)
treea7aa7edc299b5dc9771300a635a6cb0199aff478 /src/core/include
parentc4e69d0d8653c59853fe53f07c07823495e5d04b (diff)
Include model rendering in rendering functionality
Diffstat (limited to 'src/core/include')
-rw-r--r--src/core/include/engine/core/platform.h2
1 files changed, 1 insertions, 1 deletions
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;