aboutsummaryrefslogtreecommitdiff
path: root/src/compat.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 18:15:46 +0200
commitc46869699aa3ae477516fba0043c2cfd8cda822a (patch)
tree2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/compat.cpp
parent13f7f505375f7c1afd3a7e479a64cc147501b01d (diff)
downloadlanes-c46869699aa3ae477516fba0043c2cfd8cda822a.tar.gz
lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.tar.bz2
lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.zip
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'src/compat.cpp')
-rw-r--r--src/compat.cpp7
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