svn-id: r14054
This commit is contained in:
Max Horn 2004-06-25 21:47:37 +00:00
parent fb188716d5
commit ca9448fe40
3 changed files with 12 additions and 9 deletions

View File

@ -27,13 +27,16 @@
// described in "Michael Abrash's Graphics Programming Black Book",
// Coriolis Group Books, 1997
#include "saga.h"
#include "yslib.h"
#include "saga/saga.h"
#include "saga/yslib.h"
#include "reinherit.h"
#include "saga/reinherit.h"
#include "saga/gfx_mod.h"
#include "saga/gfx.h"
#include "common/system.h"
#include "gfx_mod.h"
#include "gfx.h"
namespace Saga {

View File

@ -23,14 +23,14 @@
// Main Header File
#ifndef SAGA_REINHERIT_H_
#define SAGA_REINHERIT_H_
#ifndef SAGA_REINHERIT_H
#define SAGA_REINHERIT_H
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/rect.h"
#include "base/engine.h"
class OSystem;
namespace Saga {

View File

@ -52,7 +52,7 @@ enum SAGAGameId {
GID_IHNM
};
class SagaEngine:public Engine {
class SagaEngine : public Engine {
void errorString(const char *buf_input, char *buf_output);
protected: