summaryrefslogtreecommitdiff
path: root/src/core/include/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/include/engine')
-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;