aboutsummaryrefslogtreecommitdiff
path: root/saga/render_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/render_mod.h')
-rw-r--r--saga/render_mod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/render_mod.h b/saga/render_mod.h
index b3c353f3b5..bc5d83af3e 100644
--- a/saga/render_mod.h
+++ b/saga/render_mod.h
@@ -53,7 +53,7 @@ enum RENDER_MODES {
RM_BILINEAR
};
-typedef struct R_BUFFER_INFO_tag {
+struct R_BUFFER_INFO {
uchar *r_bg_buf;
int r_bg_buf_w;
@@ -63,7 +63,7 @@ typedef struct R_BUFFER_INFO_tag {
int r_tmp_buf_w;
int r_tmp_buf_h;
-} R_BUFFER_INFO;
+};
int RENDER_Register(void);