diff options
Diffstat (limited to 'src/burn/engine/platform.h')
-rw-r--r-- | src/burn/engine/platform.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/burn/engine/platform.h b/src/burn/engine/platform.h index 5896a5ca..e355e793 100644 --- a/src/burn/engine/platform.h +++ b/src/burn/engine/platform.h | |||
@@ -27,10 +27,11 @@ enum WM_BURN | |||
27 | // forward declare | 27 | // forward declare |
28 | 28 | ||
29 | enum BURN_MODE; | 29 | enum BURN_MODE; |
30 | typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; | 30 | typedef struct _BAENGINE_CONTEXT BAENGINE_CONTEXT; |
31 | typedef struct _BOOTSTRAPPER_ENGINE_ACTION BOOTSTRAPPER_ENGINE_ACTION; | 31 | typedef struct _BAENGINE_ACTION BAENGINE_ACTION; |
32 | typedef struct _BURN_CACHE BURN_CACHE; | 32 | typedef struct _BURN_CACHE BURN_CACHE; |
33 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; | 33 | typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; |
34 | typedef struct _BURN_ENGINE_STATE BURN_ENGINE_STATE; | ||
34 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; | 35 | typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; |
35 | typedef struct _BURN_LOGGING BURN_LOGGING; | 36 | typedef struct _BURN_LOGGING BURN_LOGGING; |
36 | typedef struct _BURN_PACKAGES BURN_PACKAGES; | 37 | typedef struct _BURN_PACKAGES BURN_PACKAGES; |