mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
TOLTECS: Reduced header dependencies
This commit is contained in:
parent
e1f795fb6d
commit
4cc5934d84
@ -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"
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#define TOLTECS_MOVIE_H
|
||||
|
||||
#include "sound/audiostream.h"
|
||||
#include "sound/mixer.h" // for Audio::SoundHandle
|
||||
|
||||
namespace Toltecs {
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user