aboutsummaryrefslogtreecommitdiff
path: root/saga/rscfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/rscfile.h')
-rw-r--r--saga/rscfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/rscfile.h b/saga/rscfile.h
index ef1bda2e10..51a7a01653 100644
--- a/saga/rscfile.h
+++ b/saga/rscfile.h
@@ -41,14 +41,14 @@ namespace Saga {
#define RSC_MIN_FILESIZE (RSC_TABLEINFO_SIZE + RSC_TABLEENTRY_SIZE + 1)
-typedef struct R_RSCFILE_RESOURCE_tag {
+struct R_RSCFILE_RESOURCE {
int res_type;
size_t res_offset;
size_t res_size;
-} R_RSCFILE_RESOURCE;
+};
struct R_RSCFILE_CONTEXT_tag {