diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:13:13 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:13:13 +0100 |
commit | 0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a (patch) | |
tree | ada292c63b93aa469e761aee448b121f2ec47a50 /src/tools.cpp | |
parent | 3cf9c3c9d076d5822595834bdbf5153d4e923c67 (diff) | |
download | lanes-0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a.tar.gz lanes-0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a.tar.bz2 lanes-0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a.zip |
Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp
Diffstat (limited to 'src/tools.cpp')
-rw-r--r-- | src/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.cpp b/src/tools.cpp index 923d323..e9134f1 100644 --- a/src/tools.cpp +++ b/src/tools.cpp | |||
@@ -35,7 +35,7 @@ THE SOFTWARE. | |||
35 | 35 | ||
36 | #include "tools.hpp" | 36 | #include "tools.hpp" |
37 | 37 | ||
38 | #include "debugspew.h" | 38 | #include "debugspew.hpp" |
39 | #include "universe.hpp" | 39 | #include "universe.hpp" |
40 | 40 | ||
41 | DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); | 41 | DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); |