diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 17:24:30 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 17:24:30 +0100 |
commit | c1859c3bab84dd1e712b946f4976702cfd9db5d2 (patch) | |
tree | 760bc5caf416e27eeea66e7a9e517db092286e3a /src/_pch.cpp | |
parent | 0c23f179a46f919adf075b46f4cb8cbff3fc8ebb (diff) | |
download | lanes-c1859c3bab84dd1e712b946f4976702cfd9db5d2.tar.gz lanes-c1859c3bab84dd1e712b946f4976702cfd9db5d2.tar.bz2 lanes-c1859c3bab84dd1e712b946f4976702cfd9db5d2.zip |
Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp
Diffstat (limited to 'src/_pch.cpp')
-rw-r--r-- | src/_pch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pch.cpp b/src/_pch.cpp index 4082771..9961a2c 100644 --- a/src/_pch.cpp +++ b/src/_pch.cpp | |||
@@ -1 +1 @@ | |||
#include "_pch.h" \ No newline at end of file | #include "_pch.hpp" \ No newline at end of file | ||