aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:57:31 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:57:31 +0100
commit76da2875eb2af9f8191c2adf4f9663ac3a2cec89 (patch)
tree112bd51318e401bf8745123919a635e765365318 /src/universe.cpp
parentcb6e1c2f3b93d5de02de4a8c8f13891e33674a36 (diff)
downloadlanes-76da2875eb2af9f8191c2adf4f9663ac3a2cec89.tar.gz
lanes-76da2875eb2af9f8191c2adf4f9663ac3a2cec89.tar.bz2
lanes-76da2875eb2af9f8191c2adf4f9663ac3a2cec89.zip
Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → keeper.hpp, tools.h → tools.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 96ef34d..3f2878f 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -33,7 +33,7 @@ THE SOFTWARE.
33 33
34#include "deep.hpp" 34#include "deep.hpp"
35#include "intercopycontext.h" 35#include "intercopycontext.h"
36#include "keeper.h" 36#include "keeper.hpp"
37#include "lane.h" 37#include "lane.h"
38#include "state.h" 38#include "state.h"
39 39