aboutsummaryrefslogtreecommitdiff
path: root/src/state.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/state.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/state.cpp')
-rw-r--r--src/state.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.cpp b/src/state.cpp
index f894978..7252885 100644
--- a/src/state.cpp
+++ b/src/state.cpp
@@ -33,6 +33,7 @@ THE SOFTWARE.
33 33
34#include "state.h" 34#include "state.h"
35 35
36#include "intercopycontext.h"
36#include "lanes.h" 37#include "lanes.h"
37#include "lanes_private.h" 38#include "lanes_private.h"
38#include "tools.h" 39#include "tools.h"