mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
clearnup
svn-id: r14054
This commit is contained in:
parent
fb188716d5
commit
ca9448fe40
13
saga/gfx.cpp
13
saga/gfx.cpp
@ -27,13 +27,16 @@
|
|||||||
// described in "Michael Abrash's Graphics Programming Black Book",
|
// described in "Michael Abrash's Graphics Programming Black Book",
|
||||||
// Coriolis Group Books, 1997
|
// Coriolis Group Books, 1997
|
||||||
|
|
||||||
#include "saga.h"
|
#include "saga/saga.h"
|
||||||
#include "yslib.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 {
|
namespace Saga {
|
||||||
|
|
||||||
|
@ -23,14 +23,14 @@
|
|||||||
|
|
||||||
// Main Header File
|
// Main Header File
|
||||||
|
|
||||||
#ifndef SAGA_REINHERIT_H_
|
#ifndef SAGA_REINHERIT_H
|
||||||
#define SAGA_REINHERIT_H_
|
#define SAGA_REINHERIT_H
|
||||||
|
|
||||||
#include "common/stdafx.h"
|
#include "common/stdafx.h"
|
||||||
#include "common/scummsys.h"
|
#include "common/scummsys.h"
|
||||||
#include "common/rect.h"
|
#include "common/rect.h"
|
||||||
|
|
||||||
#include "base/engine.h"
|
class OSystem;
|
||||||
|
|
||||||
namespace Saga {
|
namespace Saga {
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ enum SAGAGameId {
|
|||||||
GID_IHNM
|
GID_IHNM
|
||||||
};
|
};
|
||||||
|
|
||||||
class SagaEngine:public Engine {
|
class SagaEngine : public Engine {
|
||||||
void errorString(const char *buf_input, char *buf_output);
|
void errorString(const char *buf_input, char *buf_output);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user