aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/platform.h')
-rw-r--r--src/burn/engine/platform.h5
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
29enum BURN_MODE; 29enum BURN_MODE;
30typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; 30typedef struct _BAENGINE_CONTEXT BAENGINE_CONTEXT;
31typedef struct _BOOTSTRAPPER_ENGINE_ACTION BOOTSTRAPPER_ENGINE_ACTION; 31typedef struct _BAENGINE_ACTION BAENGINE_ACTION;
32typedef struct _BURN_CACHE BURN_CACHE; 32typedef struct _BURN_CACHE BURN_CACHE;
33typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; 33typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES;
34typedef struct _BURN_ENGINE_STATE BURN_ENGINE_STATE;
34typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; 35typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND;
35typedef struct _BURN_LOGGING BURN_LOGGING; 36typedef struct _BURN_LOGGING BURN_LOGGING;
36typedef struct _BURN_PACKAGES BURN_PACKAGES; 37typedef struct _BURN_PACKAGES BURN_PACKAGES;