aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/intern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/intern.h b/backends/intern.h
index 3f9372e214..079107140f 100644
--- a/backends/intern.h
+++ b/backends/intern.h
@@ -30,11 +30,10 @@
*/
extern OSystem *OSystem_SDL_create();
extern OSystem *OSystem_NULL_create();
-extern OSystem *OSystem_MorphOS_create(int gfx_driver, bool full_screen);
+extern OSystem *OSystem_MorphOS_create();
extern OSystem *OSystem_Dreamcast_create();
extern OSystem *OSystem_WINCE3_create();
extern OSystem *OSystem_X11_create();
-extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
extern OSystem *OSystem_GP32_create();
extern OSystem *OSystem_PALMOS_create();
extern OSystem *OSystem_PS2_create();