aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-02-11 23:43:24 +0000
committerMax Horn2006-02-11 23:43:24 +0000
commit136ecfc1e8115d0c00f5b53acd87d873019ab4da (patch)
tree576ee05f832aec508c4217a38d9188f97c046b29
parent26ee630756ebdd7c96bccede0881a8c8b98e8f2b (diff)
downloadscummvm-rg350-136ecfc1e8115d0c00f5b53acd87d873019ab4da.tar.gz
scummvm-rg350-136ecfc1e8115d0c00f5b53acd87d873019ab4da.tar.bz2
scummvm-rg350-136ecfc1e8115d0c00f5b53acd87d873019ab4da.zip
Fixed the list of backend factory functions
svn-id: r20583
-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();