Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8970 in orxonox.OLD


Ignore:
Timestamp:
Jul 1, 2006, 10:48:06 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: doxy

File:
1 edited

Legend:

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

    r8969 r8970  
    106106#define AL_FORMAT_VORBIS_EXT 0x100030
    107107#endif
     108  /**
     109   * @brief loads an OGG-file into a SOundBuffer
     110   * @param fileName the Name of the File to load.
     111   * @returns true on success (file exists and is fully loaded), false otherwise.
     112   */
    108113  bool SoundBuffer::loadOGG(const std::string& fileName)
    109114  {
Note: See TracChangeset for help on using the changeset viewer.