From d158280425efac5f4ec72e00fb2b7389cdfb5a75 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Feb 2004 22:39:42 +0000 Subject: the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 --- backends/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/intern.h') 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(); -- cgit v1.2.3