aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
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;