diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:03:24 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:03:24 +0100 |
commit | df60f71fe943686deed8ca0f85c6d597570ab030 (patch) | |
tree | f62aebc4829f7d3a3734df9a19bb2033fbc870c3 /src/universe.cpp | |
parent | 8ac314c806a0ed0d78a000474a779743d6ae5943 (diff) | |
download | lanes-df60f71fe943686deed8ca0f85c6d597570ab030.tar.gz lanes-df60f71fe943686deed8ca0f85c6d597570ab030.tar.bz2 lanes-df60f71fe943686deed8ca0f85c6d597570ab030.zip |
Renamed universe.h → universe.hpp
Diffstat (limited to 'src/universe.cpp')
-rw-r--r-- | src/universe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.cpp b/src/universe.cpp index 3f2878f..5cce9a5 100644 --- a/src/universe.cpp +++ b/src/universe.cpp | |||
@@ -29,7 +29,7 @@ THE SOFTWARE. | |||
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "_pch.hpp" | 31 | #include "_pch.hpp" |
32 | #include "universe.h" | 32 | #include "universe.hpp" |
33 | 33 | ||
34 | #include "deep.hpp" | 34 | #include "deep.hpp" |
35 | #include "intercopycontext.h" | 35 | #include "intercopycontext.h" |