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/state.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/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" |