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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/render_mod.h b/saga/render_mod.h
index c9986df317..49e5c03091 100644
--- a/saga/render_mod.h
+++ b/saga/render_mod.h
@@ -47,7 +47,7 @@ struct R_BUFFER_INFO {
};
int RENDER_Register();
-int RENDER_Init();
+int RENDER_Init(OSystem *system);
int RENDER_DrawScene();
unsigned int RENDER_GetFlags();
void RENDER_SetFlag(unsigned int);