scummvm/backends
Eugene Sandulenko 06c2976fa0 More fixes for MSVC8 warnings.
svn-id: r26063
2007-03-10 15:04:06 +00:00
..
fs common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit 2007-03-08 17:36:52 +00:00
midi reduced dependency from windows-specific header files 2007-03-09 00:13:07 +00:00
platform reduced dependency from windows-specific header files 2007-03-09 00:13:07 +00:00
plugins First phase of detection-related plugins interface improvements. Now plugins 2007-01-20 21:27:57 +00:00
saves More fixes for MSVC8 warnings. 2007-03-10 15:04:06 +00:00
timer/default Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow in the default timer manager) 2007-01-24 22:56:57 +00:00
intern.h Patch #1432376: "Very basic GP2X Backend" 2006-10-06 19:01:39 +00:00
module.mk Replaced the old code for compressed savegames (which was using the gzopen/gzread/etc. API, and thuse tied to FILE/fopen/fread/etc.) with a new wrapper approach, which allows reading/writing gzip data via arbitrary SaveFile implementations, and thus can be used with custom savefile implementations 2007-02-18 02:25:39 +00:00