Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/sound/ogg_player.cc
- Timestamp:
- Aug 22, 2006, 2:36:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/sound/ogg_player.cc
r9406 r9686 49 49 namespace OrxSound 50 50 { 51 NewObjectListDefinition(OggPlayer); 51 52 /** 52 53 * initializes an Ogg-player from a file … … 55 56 OggPlayer::OggPlayer(const std::string& fileName) 56 57 { 57 this-> setClassID(CL_SOUND_OGG_PLAYER, "OggPlayer");58 this->registerObject(this, OggPlayer::_objectList); 58 59 59 60 this->state = OggPlayer::None;
Note: See TracChangeset
for help on using the changeset viewer.