iOS Support (#113)

undefined
This commit is contained in:
Brent
2024-01-22 09:22:41 -06:00
committed by GitHub
parent 90a15340b1
commit afe875e4fa
109 changed files with 6523 additions and 1105 deletions

View File

@@ -9,6 +9,7 @@
// note: not an official file name
#include "common/Utils.hpp"
#include "compat/PlatformDefinitions.h"
#if defined(_WIN32) && !defined(_XBOX)
@@ -36,7 +37,7 @@
int g_TimeSecondsOnInit = 0;
#if (!defined(USE_SDL) || defined(_WIN32)) && !defined(ANDROID)
#if (!defined(USE_SDL) || defined(_WIN32)) && !defined(ANDROID) && !MC_TARGET_OS_MAC
DIR* opendir(const char* name)
{