started working on sounds

This commit is contained in:
2025-07-20 23:48:00 +03:00
parent d786abd0fe
commit 8a29e6b86f
13 changed files with 93568 additions and 3 deletions

View File

@@ -11,6 +11,10 @@
#include "windows.h"
#endif
#ifdef __linux__
#include "dlfcn.h"
#endif
#if defined(__APPLE__) && defined(__MACH__)
#include "TargetConditionals.h"
#if TARGET_OS_IPHONE