Initial support for building and running SDL platform on macOS

This commit is contained in:
2025-04-20 15:57:18 +03:00
parent c7be6f6e0e
commit 78f6080321
10 changed files with 113 additions and 14 deletions

View File

@@ -30,6 +30,10 @@
#endif
#elif PLATFORM_LINUX
#include "Engine/Platform/Linux/IncludeX11.h"
#elif PLATFORM_MAC
#else
static_assert(false, "Unsupported Platform");
#endif
#define DefaultDPI 96