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 18:15:46 +0200 |
commit | c46869699aa3ae477516fba0043c2cfd8cda822a (patch) | |
tree | 2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/state.cpp | |
parent | 13f7f505375f7c1afd3a7e479a64cc147501b01d (diff) | |
download | lanes-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.cpp | 1 |
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" |