mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
SDL/WASM Port
This commit is contained in:
committed by
iProgramInCpp
parent
0b16b2843a
commit
0fbe90752d
@@ -15,6 +15,12 @@
|
||||
|
||||
// Add sound system overrides here
|
||||
|
||||
#elif defined(USE_SDL)
|
||||
|
||||
// -- OpenAL based sound system for SDL
|
||||
#include "sdl/SoundSystemAL.hpp"
|
||||
#define SOUND_SYSTEM_TYPE SoundSystemAL
|
||||
|
||||
#elif defined(_WIN32)
|
||||
|
||||
// -- DirectSound based sound system for Windows
|
||||
|
||||
Reference in New Issue
Block a user