aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-03-20 16:23:54 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-03-20 16:23:54 +0100
commit6556cc558f0602cc99b1a8d1c7212b2e91490cdc (patch)
tree1763ed796df57a39432f045eccb8d80b2ec02a93 /src/universe.h
parent0b516e9490b51bdd15c347fcda35b5dbb06b4829 (diff)
downloadlanes-6556cc558f0602cc99b1a8d1c7212b2e91490cdc.tar.gz
lanes-6556cc558f0602cc99b1a8d1c7212b2e91490cdc.tar.bz2
lanes-6556cc558f0602cc99b1a8d1c7212b2e91490cdc.zip
C++ migration: UniqueKey
Diffstat (limited to 'src/universe.h')
-rw-r--r--src/universe.h3
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
15struct s_DeepPrelude; 15struct DeepPrelude;
16typedef struct s_DeepPrelude DeepPrelude;
17struct s_Keepers; 16struct s_Keepers;
18typedef struct s_Keepers Keepers; 17typedef struct s_Keepers Keepers;
19struct s_Lane; 18struct s_Lane;