aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.h b/src/state.h
index 197e052..1b25736 100644
--- a/src/state.h
+++ b/src/state.h
@@ -15,5 +15,5 @@ void serialize_require(DEBUGSPEW_PARAM_COMMA(Universe* U_) lua_State* L_);
15 15
16// ################################################################################################# 16// #################################################################################################
17 17
18void initialize_on_state_create(Universe* U_, lua_State* L_); 18void initializeOnStateCreate(Universe* U_, lua_State* L_);
19void call_on_state_create(Universe* U_, lua_State* L_, lua_State* from_, LookupMode mode_); 19void callOnStateCreate(Universe* U_, lua_State* L_, lua_State* from_, LookupMode mode_);