Initial support for building and running SDL platform on macOS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user