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 | |
parent | 8ac314c806a0ed0d78a000474a779743d6ae5943 (diff) | |
download | lanes-df60f71fe943686deed8ca0f85c6d597570ab030.tar.gz lanes-df60f71fe943686deed8ca0f85c6d597570ab030.tar.bz2 lanes-df60f71fe943686deed8ca0f85c6d597570ab030.zip |
Renamed universe.h → universe.hpp
-rw-r--r-- | src/debugspew.h | 2 | ||||
-rw-r--r-- | src/intercopycontext.cpp | 2 | ||||
-rw-r--r-- | src/lane.h | 2 | ||||
-rw-r--r-- | src/linda.h | 2 | ||||
-rw-r--r-- | src/state.cpp | 2 | ||||
-rw-r--r-- | src/tools.cpp | 2 | ||||
-rw-r--r-- | src/universe.cpp | 2 | ||||
-rw-r--r-- | src/universe.hpp (renamed from src/universe.h) | 0 |
8 files changed, 7 insertions, 7 deletions
diff --git a/src/debugspew.h b/src/debugspew.h index 051742e..1eb5556 100644 --- a/src/debugspew.h +++ b/src/debugspew.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "lanesconf.h" | 3 | #include "lanesconf.h" |
4 | #include "universe.h" | 4 | #include "universe.hpp" |
5 | 5 | ||
6 | // ################################################################################################# | 6 | // ################################################################################################# |
7 | 7 | ||
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp index 3f2e840..bd09a3c 100644 --- a/src/intercopycontext.cpp +++ b/src/intercopycontext.cpp | |||
@@ -32,7 +32,7 @@ THE SOFTWARE. | |||
32 | #include "lane.h" | 32 | #include "lane.h" |
33 | #include "linda.h" | 33 | #include "linda.h" |
34 | #include "nameof.hpp" | 34 | #include "nameof.hpp" |
35 | #include "universe.h" | 35 | #include "universe.hpp" |
36 | 36 | ||
37 | // ################################################################################################# | 37 | // ################################################################################################# |
38 | 38 | ||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | #include "cancel.hpp" | 3 | #include "cancel.hpp" |
4 | #include "uniquekey.hpp" | 4 | #include "uniquekey.hpp" |
5 | #include "universe.h" | 5 | #include "universe.hpp" |
6 | 6 | ||
7 | // ################################################################################################# | 7 | // ################################################################################################# |
8 | 8 | ||
diff --git a/src/linda.h b/src/linda.h index 88ee639..5b5f683 100644 --- a/src/linda.h +++ b/src/linda.h | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | #include "cancel.hpp" | 3 | #include "cancel.hpp" |
4 | #include "deep.hpp" | 4 | #include "deep.hpp" |
5 | #include "universe.h" | 5 | #include "universe.hpp" |
6 | 6 | ||
7 | struct Keeper; | 7 | struct Keeper; |
8 | 8 | ||
diff --git a/src/state.cpp b/src/state.cpp index dabdd6f..deea1fa 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -38,7 +38,7 @@ THE SOFTWARE. | |||
38 | #include "lane.h" | 38 | #include "lane.h" |
39 | #include "lanes.hpp" | 39 | #include "lanes.hpp" |
40 | #include "tools.hpp" | 40 | #include "tools.hpp" |
41 | #include "universe.h" | 41 | #include "universe.hpp" |
42 | 42 | ||
43 | // ################################################################################################# | 43 | // ################################################################################################# |
44 | // ################################################################################################# | 44 | // ################################################################################################# |
diff --git a/src/tools.cpp b/src/tools.cpp index 35a46e9..923d323 100644 --- a/src/tools.cpp +++ b/src/tools.cpp | |||
@@ -36,7 +36,7 @@ THE SOFTWARE. | |||
36 | #include "tools.hpp" | 36 | #include "tools.hpp" |
37 | 37 | ||
38 | #include "debugspew.h" | 38 | #include "debugspew.h" |
39 | #include "universe.h" | 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{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); |
42 | 42 | ||
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" |
diff --git a/src/universe.h b/src/universe.hpp index 18e125f..18e125f 100644 --- a/src/universe.h +++ b/src/universe.hpp | |||