Ticket #8505: saga.patch

File saga.patch, 2.4 KB (added by bluegr, 18 years ago)

SAGA dependencies patch

  • saga/actor.h

    RCS file: /cvsroot/scummvm/scummvm/saga/actor.h,v
    retrieving revision 1.102
    diff -u -r1.102 actor.h
     
    2626#ifndef SAGA_ACTOR_H__
    2727#define SAGA_ACTOR_H__
    2828
    29 #include "common/file.h"
    3029#include "common/savefile.h"
    3130
    3231#include "saga/sprite.h"
  • saga/interface.h

    RCS file: /cvsroot/scummvm/scummvm/saga/interface.h,v
    retrieving revision 1.82
    diff -u -r1.82 interface.h
     
    2626#ifndef SAGA_INTERFACE_H__
    2727#define SAGA_INTERFACE_H__
    2828
    29 #include "common/file.h"
    3029#include "common/savefile.h"
    3130
    3231#include "saga/sprite.h"
  • saga/music.h

    RCS file: /cvsroot/scummvm/scummvm/saga/music.h,v
    retrieving revision 1.28
    diff -u -r1.28 music.h
     
    2727#define SAGA_MUSIC_H_
    2828
    2929#include "sound/audiocd.h"
    30 #include "sound/mixer.h"
    3130#include "sound/mididrv.h"
    3231#include "sound/midiparser.h"
    3332
  • saga/rscfile.h

    RCS file: /cvsroot/scummvm/scummvm/saga/rscfile.h,v
    retrieving revision 1.22
    diff -u -r1.22 rscfile.h
     
    2626#ifndef SAGA_RSCFILE_H__
    2727#define SAGA_RSCFILE_H__
    2828
    29 #include "backends/fs/fs.h"
    3029#include "common/file.h"
    3130
    3231namespace Saga {
  • saga/saga.h

    RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
    retrieving revision 1.139
    diff -u -r1.139 saga.h
     
    2424#ifndef SAGA_H
    2525#define SAGA_H
    2626
    27 #include "common/stdafx.h"
    28 #include "common/scummsys.h"
    2927#include "base/engine.h"
    30 #include "base/gameDetector.h"
    3128#include "base/plugins.h"
    3229
    3330#include "common/stream.h"
    34 #include "common/rect.h"
    3531
    3632#include "saga/gfx.h"
    3733#include "saga/list.h"