TOLTECS: Reduced header dependencies

This commit is contained in:
Filippos Karapetis 2010-12-05 13:56:52 +00:00 committed by Willem Jan Palenstijn
parent e1f795fb6d
commit 4cc5934d84
4 changed files with 3 additions and 18 deletions

View File

@ -21,15 +21,6 @@
*
*/
#include "common/events.h"
#include "common/keyboard.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/config-manager.h"
#include "base/plugins.h"
#include "base/version.h"
#include "sound/mixer.h"
#include "sound/decoders/raw.h"

View File

@ -25,6 +25,7 @@
#define TOLTECS_MOVIE_H
#include "sound/audiostream.h"
#include "sound/mixer.h" // for Audio::SoundHandle
namespace Toltecs {

View File

@ -23,14 +23,6 @@
// TODO: Clean up game variable handling and move it to ToltecsEngine
#include "common/events.h"
#include "common/keyboard.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/config-manager.h"
#include "sound/mixer.h"
#include "toltecs/toltecs.h"
#include "toltecs/animation.h"
#include "toltecs/menu.h"
@ -38,7 +30,6 @@
#include "toltecs/palette.h"
#include "toltecs/resource.h"
#include "toltecs/script.h"
#include "toltecs/screen.h"
#include "toltecs/segmap.h"
#include "toltecs/sound.h"

View File

@ -24,6 +24,8 @@
#ifndef TOLTECS_SOUND_H
#define TOLTECS_SOUND_H
#include "sound/mixer.h" // for Audio::SoundHandle
#include "toltecs/toltecs.h"
namespace Toltecs {