diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-12-03 17:13:35 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-12-03 17:13:35 +0100 |
commit | d8580e14fec64dd5bf3dd492a4811b290cbe4aec (patch) | |
tree | 8dcd3117f7427671e34509badd4c08957d8f0914 /src/universe.hpp | |
parent | 307fd830eb168005a3ba3d557343284814757eff (diff) | |
download | lanes-d8580e14fec64dd5bf3dd492a4811b290cbe4aec.tar.gz lanes-d8580e14fec64dd5bf3dd492a4811b290cbe4aec.tar.bz2 lanes-d8580e14fec64dd5bf3dd492a4811b290cbe4aec.zip |
Internal rework of an enum bad practice usage
Diffstat (limited to 'src/universe.hpp')
-rw-r--r-- | src/universe.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.hpp b/src/universe.hpp index fa1e238..639dcdb 100644 --- a/src/universe.hpp +++ b/src/universe.hpp | |||
@@ -1,6 +1,7 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "allocator.hpp" | 3 | #include "allocator.hpp" |
4 | #include "cancel.hpp" | ||
4 | #include "keeper.hpp" | 5 | #include "keeper.hpp" |
5 | #include "lanesconf.h" | 6 | #include "lanesconf.h" |
6 | #include "tracker.hpp" | 7 | #include "tracker.hpp" |
@@ -9,7 +10,6 @@ | |||
9 | // ################################################################################################# | 10 | // ################################################################################################# |
10 | 11 | ||
11 | // forwards | 12 | // forwards |
12 | enum class CancelOp; | ||
13 | struct DeepPrelude; | 13 | struct DeepPrelude; |
14 | class Lane; | 14 | class Lane; |
15 | 15 | ||