mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
SCI: Remove sound/audio.h include from engine/state.h
svn-id: r48063
This commit is contained in:
parent
384acffeb1
commit
975dbef0e5
@ -37,6 +37,7 @@
|
||||
#include "sci/engine/message.h"
|
||||
#include "sci/graphics/gui.h"
|
||||
#include "sci/graphics/menu.h"
|
||||
#include "sci/sound/audio.h"
|
||||
#include "sci/sound/music.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "sci/engine/state.h"
|
||||
#include "sci/engine/kernel.h"
|
||||
#include "sci/engine/vm.h" // for Object
|
||||
#include "sci/sound/audio.h"
|
||||
#include "sci/sound/soundcmd.h"
|
||||
|
||||
#include "sound/mixer.h"
|
||||
|
@ -40,7 +40,6 @@ namespace Common {
|
||||
|
||||
#include "sci/parser/vocabulary.h"
|
||||
|
||||
#include "sci/sound/audio.h"
|
||||
#ifdef USE_OLD_MUSIC_FUNCTIONS
|
||||
#include "sci/sound/iterator/core.h"
|
||||
#endif
|
||||
|
@ -27,6 +27,7 @@
|
||||
#ifndef SCI_AUDIO_H
|
||||
#define SCI_AUDIO_H
|
||||
|
||||
#include "sci/engine/vm_types.h"
|
||||
#include "sound/mixer.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "sci/sound/audio.h"
|
||||
#include "sci/sound/music.h"
|
||||
#include "sci/sound/soundcmd.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user