aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:03:24 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 18:03:24 +0100
commitdf60f71fe943686deed8ca0f85c6d597570ab030 (patch)
treef62aebc4829f7d3a3734df9a19bb2033fbc870c3 /src/universe.cpp
parent8ac314c806a0ed0d78a000474a779743d6ae5943 (diff)
downloadlanes-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.cpp2
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"