aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/config.h')
-rw-r--r--engines/griffon/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/griffon/config.h b/engines/griffon/config.h
index 776591837f..78a7b1bd17 100644
--- a/engines/griffon/config.h
+++ b/engines/griffon/config.h
@@ -39,7 +39,7 @@
namespace Griffon {
-typedef struct {
+struct CONFIG {
int scr_width;
int scr_height;
int scr_bpp;
@@ -50,7 +50,7 @@ typedef struct {
int musicvol;
int effects;
int effectsvol;
-} CONFIG;
+};
extern CONFIG config;
extern char config_ini[];