[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.3,1.4

Max Horn fingolfin at users.sourceforge.net
Sat Nov 1 11:13:06 CET 2003


Update of /cvsroot/scummvm/scummvm/backends
In directory sc8-pr-cvs1:/tmp/cvs-serv5089/backends

Modified Files:
	intern.h 
Log Message:
made SDL backend use config manager

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intern.h	1 Oct 2003 10:47:18 -0000	1.3
+++ intern.h	1 Nov 2003 19:12:10 -0000	1.4
@@ -27,9 +27,9 @@
 /* Factory functions. This means we don't have to include the headers for
  * all backends.
  */
-extern OSystem *OSystem_SDL_create(int gfx_driver, bool full_screen, bool aspect_ratio, int joystick_num);
+extern OSystem *OSystem_SDL_create(int gfx_driver);
 extern OSystem *OSystem_NULL_create();
-extern OSystem *OSystem_MorphOS_create(int game_id, int gfx_driver, bool full_screen);
+extern OSystem *OSystem_MorphOS_create(int gfx_driver, bool full_screen);
 extern OSystem *OSystem_Dreamcast_create();
 extern OSystem *OSystem_WINCE3_create();
 extern OSystem *OSystem_X11_create();





More information about the Scummvm-git-logs mailing list