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/universe.h | |
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/universe.h')
-rw-r--r-- | src/universe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/universe.h b/src/universe.h index 58ddffc..3adba4d 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -9,7 +9,6 @@ extern "C" | |||
9 | } | 9 | } |
10 | #endif // __cplusplus | 10 | #endif // __cplusplus |
11 | 11 | ||
12 | #include "compat.h" | ||
13 | #include "macros_and_utils.h" | 12 | #include "macros_and_utils.h" |
14 | #include "uniquekey.h" | 13 | #include "uniquekey.h" |
15 | 14 | ||