Changeset 8970 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Jul 1, 2006, 10:48:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_buffer.cc
r8969 r8970 106 106 #define AL_FORMAT_VORBIS_EXT 0x100030 107 107 #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 */ 108 113 bool SoundBuffer::loadOGG(const std::string& fileName) 109 114 {
Note: See TracChangeset
for help on using the changeset viewer.