MOHAWK: don't include livingbooks.h from graphics.h
svn-id: r54670
This commit is contained in:
parent
b43a07934f
commit
c34410d49d
4 changed files with 6 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
#include "common/endian.h"
|
#include "common/endian.h"
|
||||||
#include "common/memstream.h"
|
#include "common/memstream.h"
|
||||||
|
#include "common/substream.h"
|
||||||
#include "common/system.h"
|
#include "common/system.h"
|
||||||
|
|
||||||
namespace Mohawk {
|
namespace Mohawk {
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
#include "mohawk/graphics.h"
|
#include "mohawk/graphics.h"
|
||||||
#include "mohawk/myst.h"
|
#include "mohawk/myst.h"
|
||||||
#include "mohawk/riven.h"
|
#include "mohawk/riven.h"
|
||||||
|
#include "mohawk/livingbooks.h"
|
||||||
|
|
||||||
|
#include "common/substream.h"
|
||||||
|
|
||||||
#include "engines/util.h"
|
#include "engines/util.h"
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#define MOHAWK_GRAPHICS_H
|
#define MOHAWK_GRAPHICS_H
|
||||||
|
|
||||||
#include "mohawk/bitmap.h"
|
#include "mohawk/bitmap.h"
|
||||||
#include "mohawk/livingbooks.h"
|
|
||||||
|
|
||||||
#include "common/file.h"
|
#include "common/file.h"
|
||||||
#include "common/hashmap.h"
|
#include "common/hashmap.h"
|
||||||
|
@ -38,6 +37,7 @@ namespace Mohawk {
|
||||||
|
|
||||||
class MohawkEngine_Myst;
|
class MohawkEngine_Myst;
|
||||||
class MohawkEngine_Riven;
|
class MohawkEngine_Riven;
|
||||||
|
class MohawkEngine_LivingBooks;
|
||||||
class MohawkBitmap;
|
class MohawkBitmap;
|
||||||
class MystBitmap;
|
class MystBitmap;
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#include "mohawk/riven_saveload.h"
|
#include "mohawk/riven_saveload.h"
|
||||||
#include "mohawk/dialogs.h"
|
#include "mohawk/dialogs.h"
|
||||||
#include "mohawk/video.h"
|
#include "mohawk/video.h"
|
||||||
|
#include "mohawk/console.h"
|
||||||
|
|
||||||
namespace Mohawk {
|
namespace Mohawk {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue