aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-19 19:07:11 -0400
committerMatthew Hoops2011-09-19 19:07:11 -0400
commit6ed2679cf1442cb647351792c97b126195a649e7 (patch)
tree1473db9cb7bcb5d3142ed805ccf3cc91d484fe6f /engines/pegasus/module.mk
parent8f6e6030999e7263062461eaf6e0fe378a3892ba (diff)
downloadscummvm-rg350-6ed2679cf1442cb647351792c97b126195a649e7.tar.gz
scummvm-rg350-6ed2679cf1442cb647351792c97b126195a649e7.tar.bz2
scummvm-rg350-6ed2679cf1442cb647351792c97b126195a649e7.zip
PEGASUS: Add the Surface classes
Renamed from GWorld; I'm trying to distance us from QuickDraw as much as possible :P
Diffstat (limited to 'engines/pegasus/module.mk')
-rw-r--r--engines/pegasus/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/module.mk b/engines/pegasus/module.mk
index 01c069e1ee..5c77fac6ad 100644
--- a/engines/pegasus/module.mk
+++ b/engines/pegasus/module.mk
@@ -16,6 +16,7 @@ MODULE_OBJS = \
overview.o \
pegasus.o \
sound.o \
+ surface.o \
timers.o \
transition.o \
util.o \