aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/universe.h')
-rw-r--r--src/universe.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/universe.h b/src/universe.h
index a2ad5f5..3ee0868 100644
--- a/src/universe.h
+++ b/src/universe.h
@@ -13,13 +13,13 @@ extern "C" {
13 13
14#include <mutex> 14#include <mutex>
15 15
16// ################################################################################################
17
16// forwards 18// forwards
17struct DeepPrelude; 19struct DeepPrelude;
18struct Keepers; 20struct Keepers;
19class Lane; 21class Lane;
20 22
21// ################################################################################################
22
23/* 23/*
24* Do we want to activate full lane tracking feature? (EXPERIMENTAL) 24* Do we want to activate full lane tracking feature? (EXPERIMENTAL)
25*/ 25*/
@@ -167,6 +167,8 @@ struct Universe
167 int volatile selfdestructing_count{ 0 }; 167 int volatile selfdestructing_count{ 0 };
168}; 168};
169 169
170// ################################################################################################
171
170Universe* universe_get(lua_State* L); 172Universe* universe_get(lua_State* L);
171Universe* universe_create(lua_State* L); 173Universe* universe_create(lua_State* L);
172void universe_store(lua_State* L, Universe* U); 174void universe_store(lua_State* L, Universe* U);