mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
SCI: Moved aatree.* files together into engine/
svn-id: r38763
This commit is contained in:
parent
6f13850161
commit
7a12a67ce8
@ -23,7 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/aatree.h"
|
||||
#include "sci/engine/aatree.h"
|
||||
|
||||
#include "sci/include/sci_memory.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include "sci/include/engine.h"
|
||||
#include "sci/include/aatree.h"
|
||||
#include "sci/engine/aatree.h"
|
||||
#include "sci/include/list.h"
|
||||
#include "sci/gfx/gfx_widgets.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@ MODULE_OBJS = \
|
||||
exereader.o \
|
||||
sci.o \
|
||||
tools.o \
|
||||
engine/aatree.o \
|
||||
engine/game.o \
|
||||
engine/gc.o \
|
||||
engine/grammar.o \
|
||||
@ -52,7 +53,6 @@ MODULE_OBJS = \
|
||||
gfx/resource/sci_resmgr.o \
|
||||
gfx/resource/sci_view_0.o \
|
||||
gfx/resource/sci_view_1.o \
|
||||
scicore/aatree.o \
|
||||
scicore/sciconsole.o \
|
||||
scicore/decompress0.o \
|
||||
scicore/decompress01.o \
|
||||
|
Loading…
Reference in New Issue
Block a user