~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to engines/made/redreader.h

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-11-05 10:29:43 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20111105102943-zfm3dhlvy5b01u7v
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 *
21
 
 * $URL$
22
 
 * $Id$
23
 
 *
24
21
 */
25
22
 
26
23
#ifndef MADE_REDREADER_H
27
24
#define MADE_REDREADER_H
28
25
 
29
 
#include "common/util.h"
30
 
#include "common/file.h"
31
 
#include "common/stream.h"
 
26
#include "common/scummsys.h"
 
27
 
 
28
namespace Common {
 
29
class SeekableReadStream;
 
30
class File;
 
31
}
32
32
 
33
33
namespace Made {
34
34