diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-20 16:23:54 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-20 16:23:54 +0100 |
commit | 6556cc558f0602cc99b1a8d1c7212b2e91490cdc (patch) | |
tree | 1763ed796df57a39432f045eccb8d80b2ec02a93 /src/universe.h | |
parent | 0b516e9490b51bdd15c347fcda35b5dbb06b4829 (diff) | |
download | lanes-6556cc558f0602cc99b1a8d1c7212b2e91490cdc.tar.gz lanes-6556cc558f0602cc99b1a8d1c7212b2e91490cdc.tar.bz2 lanes-6556cc558f0602cc99b1a8d1c7212b2e91490cdc.zip |
C++ migration: UniqueKey
Diffstat (limited to 'src/universe.h')
-rw-r--r-- | src/universe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/universe.h b/src/universe.h index 77b3ea5..0599302 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -12,8 +12,7 @@ extern "C" { | |||
12 | #include "macros_and_utils.h" | 12 | #include "macros_and_utils.h" |
13 | 13 | ||
14 | // forwards | 14 | // forwards |
15 | struct s_DeepPrelude; | 15 | struct DeepPrelude; |
16 | typedef struct s_DeepPrelude DeepPrelude; | ||
17 | struct s_Keepers; | 16 | struct s_Keepers; |
18 | typedef struct s_Keepers Keepers; | 17 | typedef struct s_Keepers Keepers; |
19 | struct s_Lane; | 18 | struct s_Lane; |