1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Put the internal sound definitions into a new sound namespace

This commit is contained in:
Desour 2023-09-28 18:59:06 +02:00 committed by DS
parent bbc64a2eb5
commit c90c545d33
18 changed files with 70 additions and 4 deletions

View file

@ -29,6 +29,8 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
#include "filesys.h"
#include "porting.h"
namespace sound {
void OpenALSoundManager::stepStreams(f32 dtime)
{
// spread work across steps
@ -521,3 +523,5 @@ void *OpenALSoundManager::run()
return nullptr;
}
} // namespace sound