Files
RedHotRoast-ios/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/c-api/Path-c-api.h
T
2026-07-17 14:03:00 +08:00

16 lines
195 B
C

#pragma once
#include <stdint.h>
#if defined(__cplusplus)
extern "C"
{
#endif
char* UnityPalGetTempPath();
int32_t UnityPalIsAbsolutePath(const char* path);
#if defined(__cplusplus)
}
#endif