aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-14 14:15:01 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-14 14:15:01 +0200
commit9589d1941671818f78d9894cfc9485054d62d122 (patch)
treec804998ba5cf89b75cb3d27052ee469fd4986595 /src/universe.cpp
parent1013970853e6acfd60591a89ae08cc40c64bee06 (diff)
downloadlanes-9589d1941671818f78d9894cfc9485054d62d122.tar.gz
lanes-9589d1941671818f78d9894cfc9485054d62d122.tar.bz2
lanes-9589d1941671818f78d9894cfc9485054d62d122.zip
Move Lane implementation in a separate file
Diffstat (limited to 'src/universe.cpp')
-rw-r--r--src/universe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index f05cc6f..dd293f2 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -32,7 +32,7 @@ THE SOFTWARE.
32 32
33#include "deep.h" 33#include "deep.h"
34#include "keeper.h" 34#include "keeper.h"
35#include "lanes_private.h" 35#include "lane.h"
36 36
37// ################################################################################################# 37// #################################################################################################
38 38