aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-17 02:26:49 -0400
committerAlyssa Milburn2011-08-17 09:12:19 +0200
commitf5255288eabc0527c4c6b727a9db6b8d09a31206 (patch)
treef807e4b286fe936fb6578f1920e38b4994c2b715 /engines/scumm/module.mk
parent9fd46049de6c3648d575eecfa1348c73e89bff65 (diff)
downloadscummvm-rg350-f5255288eabc0527c4c6b727a9db6b8d09a31206.tar.gz
scummvm-rg350-f5255288eabc0527c4c6b727a9db6b8d09a31206.tar.bz2
scummvm-rg350-f5255288eabc0527c4c6b727a9db6b8d09a31206.zip
SCUMM: Split HE logic classes to their own files
Diffstat (limited to 'engines/scumm/module.mk')
-rw-r--r--engines/scumm/module.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/scumm/module.mk b/engines/scumm/module.mk
index 99ffdf7f21..781ca30459 100644
--- a/engines/scumm/module.mk
+++ b/engines/scumm/module.mk
@@ -124,7 +124,14 @@ MODULE_OBJS += \
he/script_v90he.o \
he/script_v100he.o \
he/sprite_he.o \
- he/wiz_he.o
+ he/wiz_he.o \
+ he/logic/baseball2001.o \
+ he/logic/basketball.o \
+ he/logic/football.o \
+ he/logic/funshop.o \
+ he/logic/moonbase.o \
+ he/logic/puttrace.o \
+ he/logic/soccer.o
endif
# This module can be built as a plugin