aboutsummaryrefslogtreecommitdiff
path: root/src/internal/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/types.h')
-rw-r--r--src/internal/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/types.h b/src/internal/types.h
index a19c00c..157f90e 100644
--- a/src/internal/types.h
+++ b/src/internal/types.h
@@ -6,7 +6,7 @@
typedef struct {
PluginInitFuncs* funcs;
PluginNorthstarData* data;
- EngineData* engine_data;
+ PluginEngineData* engine_data;
} PLUGIN_DATA_TYPES ;
#ifndef SQTrue