aboutsummaryrefslogtreecommitdiff
path: root/src/universe.hpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-12-03 17:13:35 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-12-03 17:13:35 +0100
commitd8580e14fec64dd5bf3dd492a4811b290cbe4aec (patch)
tree8dcd3117f7427671e34509badd4c08957d8f0914 /src/universe.hpp
parent307fd830eb168005a3ba3d557343284814757eff (diff)
downloadlanes-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.hpp2
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
12enum class CancelOp;
13struct DeepPrelude; 13struct DeepPrelude;
14class Lane; 14class Lane;
15 15