Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2009, 10:40:53 PM (14 years ago)
Author:
rgrieder
Message:

Removed some tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound3/src/orxonox/MoodManager.h

    r6031 r6072  
    5353            void setConfigValues();
    5454
    55                         void setMood(const std::string& mood);
    56                         const std::string& getMood();
     55            void setMood(const std::string& mood);
     56            const std::string& getMood();
    5757
    5858            static MoodManager& getInstance()    { return Singleton<MoodManager>::getInstance(); } // tolua_export
    5959
    6060        private:
    61            
     61
    6262            // config values
    6363            std::string mood_;
Note: See TracChangeset for help on using the changeset viewer.