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/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include/engine/engine.h b/src/core/include/engine/engine.h
index 6e208d3..1715f8a 100644
--- a/src/core/include/engine/engine.h
+++ b/src/core/include/engine/engine.h
@@ -61,7 +61,7 @@ typedef struct {
} Platform;
/* Essential functions */
-Platform* engine_init(const char* windowtitle, v2_i32 windowsize,
+Platform* engine_init(const char* windowtitle, i32 windowWidth, i32 windowHeight,
const f32 render_scale, const u32 flags,
const usize initial_memory, const Asset_FontSpec* fonts[],
const Asset_TextureSpec* textures[]);