MOHAWK: don't include livingbooks.h from graphics.h

svn-id: r54670
This commit is contained in:
Alyssa Milburn 2010-11-30 09:04:47 +00:00
parent b43a07934f
commit c34410d49d
4 changed files with 6 additions and 1 deletions

View file

@ -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 {

View file

@ -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"

View file

@ -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;

View file

@ -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 {