diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:16:00 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 18:16:00 +0100 |
commit | 69c6796fb1356d78be8fefa93a80b30295b6bb54 (patch) | |
tree | 4ca567c7f2c0759d3da5748ebfd04c8f972bfd68 /src/state.cpp | |
parent | 0d757e1dcf3cf1518ae2fce9e8864dcc55d14d3a (diff) | |
download | lanes-69c6796fb1356d78be8fefa93a80b30295b6bb54.tar.gz lanes-69c6796fb1356d78be8fefa93a80b30295b6bb54.tar.bz2 lanes-69c6796fb1356d78be8fefa93a80b30295b6bb54.zip |
Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.cpp b/src/state.cpp index e6900d3..c8f1ef8 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -32,9 +32,9 @@ THE SOFTWARE. | |||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "_pch.hpp" | 34 | #include "_pch.hpp" |
35 | #include "state.h" | 35 | #include "state.hpp" |
36 | 36 | ||
37 | #include "intercopycontext.h" | 37 | #include "intercopycontext.hpp" |
38 | #include "lane.hpp" | 38 | #include "lane.hpp" |
39 | #include "lanes.hpp" | 39 | #include "lanes.hpp" |
40 | #include "tools.hpp" | 40 | #include "tools.hpp" |