aboutsummaryrefslogtreecommitdiff
path: root/kyra/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-02 22:58:59 +0000
committerJohannes Schickel2006-01-02 22:58:59 +0000
commitbd965cd48388afdd8a85adf93d186db3da325822 (patch)
treef208a809a1ea109d1915265ad9fbd25d09e9d6aa /kyra/module.mk
parent978cbb3fd00be5f57a42a58b8ea9447311ac1d98 (diff)
downloadscummvm-rg350-bd965cd48388afdd8a85adf93d186db3da325822.tar.gz
scummvm-rg350-bd965cd48388afdd8a85adf93d186db3da325822.tar.bz2
scummvm-rg350-bd965cd48388afdd8a85adf93d186db3da325822.zip
More 'cleanup' for kyra.
Moved scene object drawing into its own class (see animator.h and .cpp) (this needs some more cleanup!) Moved text displaying into its own class (see text.h and .cpp) Also moved timer code to timers.cpp and button code to gui.cpp. Also changed wrong (c) information in debugger.h and debugger.cpp svn-id: r19890
Diffstat (limited to 'kyra/module.mk')
-rw-r--r--kyra/module.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/kyra/module.mk b/kyra/module.mk
index ed33f27ba6..75568213eb 100644
--- a/kyra/module.mk
+++ b/kyra/module.mk
@@ -11,7 +11,11 @@ MODULE_OBJS := \
kyra/staticres.o \
kyra/sprites.o \
kyra/wsamovie.o \
- kyra/debugger.o
+ kyra/debugger.o \
+ kyra/animator.o \
+ kyra/gui.o \
+ kyra/text.o \
+ kyra/timer.o
MODULE_DIRS += \
kyra