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:
parent
606215fae9
commit
bbc64a2eb5
20 changed files with 2463 additions and 2115 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue