aboutsummaryrefslogtreecommitdiff
path: root/saga/sysgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sysgfx.h')
-rw-r--r--saga/sysgfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/sysgfx.h b/saga/sysgfx.h
index 3d37e29fdb..d50c6549f0 100644
--- a/saga/sysgfx.h
+++ b/saga/sysgfx.h
@@ -31,7 +31,7 @@ namespace Saga {
#define R_GREEN_WEIGHT 0.587
#define R_BLUE_WEIGHT 0.114
-typedef struct R_SYSGFX_MODULE_tag {
+struct R_SYSGFX_MODULE {
int init;
@@ -44,7 +44,7 @@ typedef struct R_SYSGFX_MODULE_tag {
int white_index;
int black_index;
-} R_SYSGFX_MODULE;
+};
} // End of namespace Saga