aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
commit5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed (patch)
tree2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/universe.cpp
parent6d271c5796eae14d1dc60e778435495ebfb540d8 (diff)
downloadlanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.gz
lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.bz2
lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.zip
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'src/universe.cpp')
-rw-r--r--src/universe.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index becffdd..a5c28f0 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -30,12 +30,9 @@ THE SOFTWARE.
30 30
31#include "universe.h" 31#include "universe.h"
32 32
33#include "cancel.h"
34#include "compat.h"
35#include "deep.h" 33#include "deep.h"
36#include "keeper.h" 34#include "keeper.h"
37#include "lanes_private.h" 35#include "lanes_private.h"
38#include "tools.h"
39 36
40// ################################################################################################# 37// #################################################################################################
41 38