Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Removed some tabs.

File:
1 edited

Legend:

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

    r5956 r6072  
    4848        void update(const Clock& time);
    4949
    50                 void setConfigValues();
    51                 void reloadSound();
    52                 const std::string& getMainMenuSoundPath();
    53                 void setMainMenuSoundPath(const std::string& path);
     50        void setConfigValues();
     51        void reloadSound();
     52        const std::string& getMainMenuSoundPath();
     53        void setMainMenuSoundPath(const std::string& path);
    5454
    5555        static void startStandalone();
     
    6767        // ambient sound for the main menu
    6868        AmbientSound*     ambient_;
    69                 std::string               soundPathMain_;
     69        std::string       soundPathMain_;
    7070    };
    7171}
Note: See TracChangeset for help on using the changeset viewer.