mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
MADS: Moved sound_nebular file into new nebular/ folder
This commit is contained in:
parent
58bb1383d0
commit
de384bae2e
@ -3,6 +3,7 @@ MODULE := engines/mads
|
||||
MODULE_OBJS := \
|
||||
nebular/dialogs_nebular.o \
|
||||
nebular/game_nebular.o \
|
||||
nebular/sound_nebular.o \
|
||||
compression.o \
|
||||
detection.o \
|
||||
events.o \
|
||||
@ -15,7 +16,6 @@ MODULE_OBJS := \
|
||||
palette.o \
|
||||
resources.o \
|
||||
sound.o \
|
||||
sound_nebular.o \
|
||||
user_interface.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "common/debug.h"
|
||||
#include "common/memstream.h"
|
||||
#include "mads/sound.h"
|
||||
#include "mads/sound_nebular.h"
|
||||
#include "mads/nebular/sound_nebular.h"
|
||||
|
||||
namespace MADS {
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "common/scummsys.h"
|
||||
#include "audio/audiostream.h"
|
||||
#include "audio/mixer.h"
|
||||
#include "mads/sound_nebular.h"
|
||||
#include "mads/nebular/sound_nebular.h"
|
||||
|
||||
namespace MADS {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user