summaryrefslogtreecommitdiff
path: root/src/core/include/engine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/include/engine/engine.h')
-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 7ba2cc8..11ee096 100644
--- a/src/core/include/engine/engine.h
+++ b/src/core/include/engine/engine.h
@@ -30,7 +30,7 @@ Platform* engine_init(const char* windowtitle, i32 windowWidth, i32 windowHeight
const usize initial_memory, const Asset_FontSpec* fonts[],
const Asset_TextureSpec* textures[]);
-i32 engine_run(Platform* p, StateType initial_state);
+i32 engine_run(Platform* p, StateType initial_state, void* state_arg);
void engine_stop(Platform* p);