aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/module.mk
diff options
context:
space:
mode:
authorKamil Zbróg2013-10-13 02:42:09 +0100
committerKamil Zbróg2013-10-13 02:42:09 +0100
commitfb2627569e03f3a1f51d7619db381253b30b9a0b (patch)
tree70fd753fd802f38e5eb1e1bae2a2e1595e482a3e /engines/prince/module.mk
parentb49707d9485c4d1eaf05fc079e15625b4e2672da (diff)
downloadscummvm-rg350-fb2627569e03f3a1f51d7619db381253b30b9a0b.tar.gz
scummvm-rg350-fb2627569e03f3a1f51d7619db381253b30b9a0b.tar.bz2
scummvm-rg350-fb2627569e03f3a1f51d7619db381253b30b9a0b.zip
PRINCE: mhwanh decoder added. simple game loop works
Diffstat (limited to 'engines/prince/module.mk')
-rw-r--r--engines/prince/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/prince/module.mk b/engines/prince/module.mk
index 1621e48ce7..e4a792f84d 100644
--- a/engines/prince/module.mk
+++ b/engines/prince/module.mk
@@ -1,7 +1,9 @@
MODULE := engines/prince
MODULE_OBJS = \
+ mhwanh.o \
detection.o \
+ font.o \
prince.o
# This module can be built as a plugin