Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (17 years ago)
Author:
rgrieder
Message:
  • the master has spoken…
  • misc/String.h is not anymore..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioManager.h

    r708 r715  
    3737                void update();
    3838
    39                 void ambientAdd(orxonox::String file);
     39                void ambientAdd(std::string file);
    4040                void ambientStart();
    4141                void ambientStop();
     
    4949
    5050
    51                 orxonox::String ambientPath;
     51                std::string ambientPath;
    5252       
    5353                // Vector containing all audio files
Note: See TracChangeset for help on using the changeset viewer.