aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/universe.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index b4d54b2..116c8e3 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -28,6 +28,7 @@ THE SOFTWARE.
28=============================================================================== 28===============================================================================
29*/ 29*/
30 30
31#include "_pch.h"
31#include "universe.h" 32#include "universe.h"
32 33
33#include "deep.h" 34#include "deep.h"
@@ -36,8 +37,6 @@ THE SOFTWARE.
36#include "lane.h" 37#include "lane.h"
37#include "state.h" 38#include "state.h"
38 39
39#include <ranges>
40
41extern LUAG_FUNC(linda); 40extern LUAG_FUNC(linda);
42 41
43// ################################################################################################# 42// #################################################################################################