Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7460 in orxonox.OLD for trunk/src/lib/sound/sound_buffer.h


Ignore:
Timestamp:
May 1, 2006, 12:30:34 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Namespaces for sound

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_buffer.h

    r7221 r7460  
    1313typedef struct SDL_AudioSpec;
    1414
    15 //! A class that represents a datastructure to play Sounds.
    16 class SoundBuffer : public BaseObject
     15namespace OrxSound
    1716{
     17  //! A class that represents a datastructure to play Sounds.
     18  class SoundBuffer : public BaseObject
     19  {
    1820  public:
    1921    SoundBuffer(const std::string& fileName);
     
    3335    ALsizei       size;                 //!< The size of the Buffer.
    3436    ALboolean     loop;                 //!< loop information.
    35 };
    36 
     37  };
     38}
    3739#endif /* _SOUND_BUFFER_H */
Note: See TracChangeset for help on using the changeset viewer.