1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00

Split sound_openal_internal into serval files

This commit is contained in:
Desour 2023-09-28 18:20:53 +02:00 committed by DS
parent 606215fae9
commit bbc64a2eb5
20 changed files with 2463 additions and 2115 deletions

View file

@ -22,7 +22,9 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
*/
#include "sound_openal.h"
#include "sound_openal_internal.h"
#include "sound_singleton.h"
#include "proxy_sound_manager.h"
std::shared_ptr<SoundManagerSingleton> g_sound_manager_singleton;