diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 15:03:12 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 15:03:12 +0200 |
commit | 5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed (patch) | |
tree | 2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/compat.cpp | |
parent | 6d271c5796eae14d1dc60e778435495ebfb540d8 (diff) | |
download | lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.gz lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.bz2 lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.zip |
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'src/compat.cpp')
-rw-r--r-- | src/compat.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/compat.cpp b/src/compat.cpp index 336f716..4e8025e 100644 --- a/src/compat.cpp +++ b/src/compat.cpp | |||
@@ -1,9 +1,12 @@ | |||
1 | #include "compat.h" | ||
2 | |||
3 | #include "macros_and_utils.h" | ||
4 | |||
5 | |||
1 | // ################################################################################################# | 6 | // ################################################################################################# |
2 | // ###################################### Lua 5.1 / 5.2 / 5.3 ###################################### | 7 | // ###################################### Lua 5.1 / 5.2 / 5.3 ###################################### |
3 | // ################################################################################################# | 8 | // ################################################################################################# |
4 | 9 | ||
5 | #include "compat.h" | ||
6 | #include "macros_and_utils.h" | ||
7 | 10 | ||
8 | // ################################################################################################# | 11 | // ################################################################################################# |
9 | 12 | ||