SCI: Moved aatree.* files together into engine/

svn-id: r38763
This commit is contained in:
Max Horn 2009-02-21 22:54:15 +00:00
parent 6f13850161
commit 7a12a67ce8
4 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
*
*/
#include "sci/include/aatree.h"
#include "sci/engine/aatree.h"
#include "sci/include/sci_memory.h"

View File

@ -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"

View File

@ -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 \