mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 01:45:36 +02:00
Put the internal sound definitions into a new sound
namespace
This commit is contained in:
@@ -26,6 +26,8 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include <cstring> // memcpy
|
||||
|
||||
namespace sound {
|
||||
|
||||
/*
|
||||
* OggVorbisBufferSource struct
|
||||
*/
|
||||
@@ -177,3 +179,5 @@ RAIIALSoundBuffer RAIIOggFile::loadBuffer(const OggFileDecodeInfo &decode_info,
|
||||
|
||||
return snd_buffer_id;
|
||||
}
|
||||
|
||||
} // namespace sound
|
||||
|
Reference in New Issue
Block a user