diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 17:57:31 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 17:57:31 +0100 |
commit | 76da2875eb2af9f8191c2adf4f9663ac3a2cec89 (patch) | |
tree | 112bd51318e401bf8745123919a635e765365318 /src/deep.cpp | |
parent | cb6e1c2f3b93d5de02de4a8c8f13891e33674a36 (diff) | |
download | lanes-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/deep.cpp')
-rw-r--r-- | src/deep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deep.cpp b/src/deep.cpp index 10d5fd5..9d5b839 100644 --- a/src/deep.cpp +++ b/src/deep.cpp | |||
@@ -34,7 +34,7 @@ THE SOFTWARE. | |||
34 | #include "_pch.hpp" | 34 | #include "_pch.hpp" |
35 | #include "deep.hpp" | 35 | #include "deep.hpp" |
36 | 36 | ||
37 | #include "tools.h" | 37 | #include "tools.hpp" |
38 | 38 | ||
39 | /*-- Metatable copying --*/ | 39 | /*-- Metatable copying --*/ |
40 | 40 | ||