aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keeper.h')
-rw-r--r--src/keeper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keeper.h b/src/keeper.h
index 8f30720..ebe2946 100644
--- a/src/keeper.h
+++ b/src/keeper.h
@@ -58,4 +58,4 @@ using keeper_api_t = lua_CFunction;
58[[nodiscard]] int keepercall_count(lua_State* L_); 58[[nodiscard]] int keepercall_count(lua_State* L_);
59 59
60using KeeperCallResult = Unique<std::optional<int>>; 60using KeeperCallResult = Unique<std::optional<int>>;
61[[nodiscard]] KeeperCallResult keeper_call(Universe* U_, KeeperState K_, keeper_api_t func_, lua_State* L_, void* linda_, int starting_index_); 61[[nodiscard]] KeeperCallResult keeper_call(KeeperState K_, keeper_api_t func_, lua_State* L_, Linda* linda_, int starting_index_);