Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 1, 2011, 5:16:52 AM (13 years ago)
Author:
rgrieder
Message:

Reverted last commit (forgot to tick "Switch working copy to new branch"…)

Location:
code/branches/usability
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability

  • code/branches/usability/src/orxonox/sound/BaseSound.h

    r8005 r8006  
    3030#define _BaseSound_H__
    3131
    32 #include "sound/SoundPrereqs.h"
     32#include "OrxonoxPrereqs.h"
    3333
    3434#include <string>
     
    8585        virtual ~BaseSound();
    8686
    87         virtual void doPlay();
    88         virtual bool doStop(); // returns true if the sound source was destroyed
    89         virtual void doPause();
     87        void doPlay();
     88        bool doStop(); // returns true if the sound source was destroyed
     89        void doPause();
    9090
    9191        // network callbacks
Note: See TracChangeset for help on using the changeset viewer.