Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7309 in orxonox.OLD for trunk/src/lib/sound/ogg_player.h


Ignore:
Timestamp:
Apr 16, 2006, 11:46:15 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Mutex (do not think that it hlps… but hey lets try it )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/ogg_player.h

    r7308 r7309  
    4545  OggPlayer(const std::string& fileName = "");
    4646  virtual ~OggPlayer();
    47   /** @param state compare this State with the internal State */
     47  /** @param state compare this State with the internal State @returns true on match */
    4848  bool operator==(OggPlayer::State state) { return this->state & state; };
    4949
Note: See TracChangeset for help on using the changeset viewer.