aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:16:00 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:16:00 +0100
commit69c6796fb1356d78be8fefa93a80b30295b6bb54 (patch)
tree4ca567c7f2c0759d3da5748ebfd04c8f972bfd68 /src/universe.cpp
parent0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a (diff)
downloadlanes-69c6796fb1356d78be8fefa93a80b30295b6bb54.tar.gz
lanes-69c6796fb1356d78be8fefa93a80b30295b6bb54.tar.bz2
lanes-69c6796fb1356d78be8fefa93a80b30295b6bb54.zip
Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp
Diffstat (limited to 'src/universe.cpp')
-rw-r--r--src/universe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index 9f28f6a..1aafbff 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -32,10 +32,10 @@ THE SOFTWARE.
32#include "universe.hpp" 32#include "universe.hpp"
33 33
34#include "deep.hpp" 34#include "deep.hpp"
35#include "intercopycontext.h" 35#include "intercopycontext.hpp"
36#include "keeper.hpp" 36#include "keeper.hpp"
37#include "lane.hpp" 37#include "lane.hpp"
38#include "state.h" 38#include "state.hpp"
39 39
40extern LUAG_FUNC(linda); 40extern LUAG_FUNC(linda);
41 41