Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/orxonox/Orxonox.h

    r1563 r1634  
    6262
    6363      void abortRequest();
    64       //inline audio::AudioManager* getAudioManagerPointer() { return auMan_; };
     64      //audio::AudioManager* getAudioManagerPointer() { return auMan_; };
    6565
    6666      static Orxonox* getSingleton();
    6767      static void destroySingleton();
    6868
    69       static inline void slomo(float factor) { Orxonox::setTimeFactor(factor); }
     69      static void slomo(float factor) { Orxonox::setTimeFactor(factor); }
    7070      static void setTimeFactor(float factor = 1.0);
    71       static inline float getTimeFactor() { return Orxonox::getSingleton()->timefactor_; }
    72       static inline void exit() { Orxonox::getSingleton()->abortRequest(); }
     71      static float getTimeFactor() { return Orxonox::getSingleton()->timefactor_; }
     72      static void exit() { Orxonox::getSingleton()->abortRequest(); }
    7373
    7474   private:
Note: See TracChangeset for help on using the changeset viewer.