aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BSoundMgr.cpp
AgeCommit message (Collapse)Author
2012-06-02WINTERMUTE: Some refactoring in BSoundMgr.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add in basic sound-support.Einar Johan Trøan Sømåen
Right now, all that is supported is triggering OGG-files, the choice of codec is hardcoded, and stopping/pausing etc isn't added in.
2012-06-02WINTERMUTE: Correct assumptions about PathUtil::GetExtensionEinar Johan Trøan Sømåen
This puts it in line with Common::lastPathComponent, i.e. not including the '.'
2012-06-02WINTERMUTE: Mass rename m_FooBar -> _fooBarEugene Sandulenko
2012-06-02WINTERMUTE: Add the files for the rest of the B-classes.Einar Johan Trøan Sømåen