scummvm/engines/drascula
Nicola Mettifogo b658c61155 Let ArjFile return a SeekableReadStream instead of implementing
the same interface itself. The caller is now responsible for
deleting the returned streams.

svn-id: r47994
2010-02-08 16:14:04 +00:00
..
actors.cpp
animation.cpp Replace verb numbers with constants in selectVerb() call 2009-05-12 10:02:18 +00:00
converse.cpp Let ArjFile return a SeekableReadStream instead of implementing 2010-02-08 16:14:04 +00:00
detection.cpp Consistency change: Use uniform copyright strings in getOriginalCopyright. 2009-12-25 03:31:19 +00:00
drascula.cpp Let ArjFile return a SeekableReadStream instead of implementing 2010-02-08 16:14:04 +00:00
drascula.h Let ArjFile return a SeekableReadStream instead of implementing 2010-02-08 16:14:04 +00:00
graphics.cpp Let ArjFile return a SeekableReadStream instead of implementing 2010-02-08 16:14:04 +00:00
interface.cpp The default keycolor for mouse pointers used to be 255. 2010-01-07 15:07:36 +00:00
module.mk Change "=" to ":=" in some module.mk files for consistency. 2009-10-24 21:55:53 +00:00
objects.cpp Normalized types for several variables. Formatting 2009-05-13 11:59:49 +00:00
palette.cpp
rooms.cpp Let ArjFile return a SeekableReadStream instead of implementing 2010-02-08 16:14:04 +00:00
saveload.cpp COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) 2009-05-19 11:42:14 +00:00
sound.cpp Let ArjFile return a SeekableReadStream instead of implementing 2010-02-08 16:14:04 +00:00
talk.cpp Make sure that "buf" is properly terminated. Actually, we could probably get 2009-07-25 17:48:51 +00:00