aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/module.mk
diff options
context:
space:
mode:
authorArnaud Boutonné2009-09-15 12:15:22 +0000
committerArnaud Boutonné2009-09-15 12:15:22 +0000
commit6a9cc3b1e0675768d15ab43da5468eabd20c3179 (patch)
treef3bfcccd7ef54d7893cf1b543a62c7ac655917ee /engines/gob/module.mk
parent28e09b9292270850d56c4cc1dbdd95ce8ead5d14 (diff)
downloadscummvm-rg350-6a9cc3b1e0675768d15ab43da5468eabd20c3179.tar.gz
scummvm-rg350-6a9cc3b1e0675768d15ab43da5468eabd20c3179.tar.bz2
scummvm-rg350-6a9cc3b1e0675768d15ab43da5468eabd20c3179.zip
- Implement _pattern variable
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103
Diffstat (limited to 'engines/gob/module.mk')
-rw-r--r--engines/gob/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/module.mk b/engines/gob/module.mk
index 5b26cb97d4..e9bf353305 100644
--- a/engines/gob/module.mk
+++ b/engines/gob/module.mk
@@ -8,6 +8,7 @@ MODULE_OBJS := \
draw_v2.o \
draw_bargon.o \
draw_fascin.o \
+ draw_playtoons.o \
driver_vga.o \
expression.o \
game.o \