aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound_ns.cpp
AgeCommit message (Collapse)Author
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
svn-id: r39716
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
svn-id: r39608
2009-03-14Fixed building on 64-bit architectures.Nicola Mettifogo
svn-id: r39395
2009-03-14* Added a generic sound manager that hides engine-specific managers and ↵Nicola Mettifogo
allows accessing them through a simplified command/parameter interface. * Updated client code to use the new manager. * Moved Nippon Safes sound code from sound.cpp to sound_ns.cpp. svn-id: r39394