aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-02 01:06:17 -0400
committerMatthew Hoops2011-09-02 01:06:17 -0400
commitcb7b382acfd29957c9522b08b6460526fc73983c (patch)
tree2168c201e6bd111b32dce94497d29686c56540a2 /engines/pegasus/module.mk
parente642906cdda1d943bcbc875c752bb7ba69c2b81e (diff)
downloadscummvm-rg350-cb7b382acfd29957c9522b08b6460526fc73983c.tar.gz
scummvm-rg350-cb7b382acfd29957c9522b08b6460526fc73983c.tar.bz2
scummvm-rg350-cb7b382acfd29957c9522b08b6460526fc73983c.zip
PEGASUS: Restructure remaining (already converted) Game Shell classes
Diffstat (limited to 'engines/pegasus/module.mk')
-rw-r--r--engines/pegasus/module.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/pegasus/module.mk b/engines/pegasus/module.mk
index 4840190a00..4f44050787 100644
--- a/engines/pegasus/module.mk
+++ b/engines/pegasus/module.mk
@@ -9,15 +9,15 @@ MODULE_OBJS = \
menu.o \
overview.o \
pegasus.o \
+ sound.o \
video.o \
- Game_Shell/CInventory.o \
- Game_Shell/CItem.o \
- Game_Shell/CItemList.o \
+ items/inventory.o \
+ items/item.o \
+ items/itemlist.o \
MMShell/Base_Classes/MMFunctionPtr.o \
MMShell/Notification/MMNotification.o \
MMShell/Notification/MMNotificationManager.o \
MMShell/Notification/MMNotificationReceiver.o \
- MMShell/Sounds/MMSound.o \
MMShell/Utilities/MMResourceFile.o \
MMShell/Utilities/MMTimeValue.o \
MMShell/Utilities/MMUtilities.o \