aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-06 12:21:29 +1000
committerPaul Gilbert2012-05-06 12:21:29 +1000
commit10deebed553fc5d458a20756d963835aa1a86afe (patch)
tree28d6a862d8e67fbd6823bd9aed7c4d06b7f85fd2 /engines/tony/module.mk
parent2dbdb31c8b274b896877c8716434e971e94a4a44 (diff)
downloadscummvm-rg350-10deebed553fc5d458a20756d963835aa1a86afe.tar.gz
scummvm-rg350-10deebed553fc5d458a20756d963835aa1a86afe.tar.bz2
scummvm-rg350-10deebed553fc5d458a20756d963835aa1a86afe.zip
TONY: Beginnings of refactoring Tony engine's threads to use coroutines
Diffstat (limited to 'engines/tony/module.mk')
-rw-r--r--engines/tony/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tony/module.mk b/engines/tony/module.mk
index af0b3acd2c..24e7f70557 100644
--- a/engines/tony/module.mk
+++ b/engines/tony/module.mk
@@ -1,6 +1,7 @@
MODULE := engines/tony
MODULE_OBJS := \
+ coroutine.o \
custom.o \
detection.o \
font.o \
@@ -10,6 +11,7 @@ MODULE_OBJS := \
input.o \
inventory.o \
loc.o \
+ sched.o \
sound.o \
tony.o \
tonychar.o \