aboutsummaryrefslogtreecommitdiff
path: root/backends/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/intern.h')
-rw-r--r--backends/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/intern.h b/backends/intern.h
index 57a763a17c..9d07aba0c0 100644
--- a/backends/intern.h
+++ b/backends/intern.h
@@ -27,7 +27,7 @@
/* Factory functions. This means we don't have to include the headers for
* all backends.
*/
-extern OSystem *OSystem_SDL_create(int gfx_driver);
+extern OSystem *OSystem_SDL_create();
extern OSystem *OSystem_NULL_create();
extern OSystem *OSystem_MorphOS_create(int gfx_driver, bool full_screen);
extern OSystem *OSystem_Dreamcast_create();