Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (16 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/AudioBuffer.h

    r708 r715  
    99        {
    1010        public:
    11                 AudioBuffer(orxonox::String fileName);
     11                AudioBuffer(std::string fileName);
    1212                ~AudioBuffer();
    1313        private:
     
    1515                ALuint buffer;
    1616                // Identifier
    17                 orxonox::String name;
     17                std::string name;
    1818                // True if AL was able to load data
    1919                ALboolean loaded;
Note: See TracChangeset for help on using the changeset viewer.