diff options
Diffstat (limited to 'src/burn/engine/platform.h')
-rw-r--r-- | src/burn/engine/platform.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/burn/engine/platform.h b/src/burn/engine/platform.h index 876b02c2..49d8f3e9 100644 --- a/src/burn/engine/platform.h +++ b/src/burn/engine/platform.h | |||
@@ -8,6 +8,16 @@ | |||
8 | extern "C" { | 8 | extern "C" { |
9 | #endif | 9 | #endif |
10 | 10 | ||
11 | // forward declare | ||
12 | |||
13 | enum BURN_MODE; | ||
14 | typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; | ||
15 | typedef struct _BURN_CACHE BURN_CACHE; | ||
16 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; | ||
17 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; | ||
18 | typedef struct _BURN_LOGGING BURN_LOGGING; | ||
19 | typedef struct _BURN_PACKAGES BURN_PACKAGES; | ||
20 | |||
11 | 21 | ||
12 | // typedefs | 22 | // typedefs |
13 | 23 | ||