diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 14:15:01 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 14:15:01 +0200 |
commit | 9589d1941671818f78d9894cfc9485054d62d122 (patch) | |
tree | c804998ba5cf89b75cb3d27052ee469fd4986595 /src/state.cpp | |
parent | 1013970853e6acfd60591a89ae08cc40c64bee06 (diff) | |
download | lanes-9589d1941671818f78d9894cfc9485054d62d122.tar.gz lanes-9589d1941671818f78d9894cfc9485054d62d122.tar.bz2 lanes-9589d1941671818f78d9894cfc9485054d62d122.zip |
Move Lane implementation in a separate file
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp index 563fbc2..7309e50 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -34,8 +34,8 @@ THE SOFTWARE. | |||
34 | #include "state.h" | 34 | #include "state.h" |
35 | 35 | ||
36 | #include "intercopycontext.h" | 36 | #include "intercopycontext.h" |
37 | #include "lane.h" | ||
37 | #include "lanes.h" | 38 | #include "lanes.h" |
38 | #include "lanes_private.h" | ||
39 | #include "tools.h" | 39 | #include "tools.h" |
40 | #include "universe.h" | 40 | #include "universe.h" |
41 | 41 | ||