Files
ft/Client/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/c-api/Path-c-api.h
2026-06-29 21:18:33 +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