mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-26 10:42:58 +00:00
feat(SoundSystem): Add MSS stubs
This commit is contained in:
parent
61a8953fe4
commit
43c4b8398d
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue