feat(SoundSystem): Add MSS stubs

This commit is contained in:
Mohamed Ashraf 2026-03-03 12:37:33 +04:00
parent 61a8953fe4
commit 43c4b8398d

View file

@ -3,6 +3,12 @@ class Mob;
class Options;
using namespace std;
#include "../../../Minecraft.World/SoundTypes.h"
#ifdef __linux__
typedef float F32;
typedef HANDLE HMSOUNDBANK;
typedef HANDLE HDIGDRIVER;
typedef unsigned int HSTREAM;
#endif // __linux__
enum eMUSICFILES
{