[Scummvm-cvs-logs] SF.net SVN: scummvm: [20583] scummvm/trunk/backends/intern.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Feb 11 15:44:06 CET 2006
Revision: 20583
Author: fingolfin
Date: 2006-02-11 15:43:24 -0800 (Sat, 11 Feb 2006)
ViewCVS: http://svn.sourceforge.net/scummvm?rev=20583&view=rev
Log Message:
-----------
Fixed the list of backend factory functions
Modified Paths:
--------------
scummvm/trunk/backends/intern.h
Modified: scummvm/trunk/backends/intern.h
===================================================================
--- scummvm/trunk/backends/intern.h 2006-02-11 22:45:04 UTC (rev 20582)
+++ scummvm/trunk/backends/intern.h 2006-02-11 23:43:24 UTC (rev 20583)
@@ -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();
More information about the Scummvm-git-logs
mailing list