16 lines
195 B
C
Raw Normal View History

2026-06-23 09:54:30 +08:00
#pragma once
#include <stdint.h>
#if defined(__cplusplus)
extern "C"
{
#endif
char* UnityPalGetTempPath();
int32_t UnityPalIsAbsolutePath(const char* path);
#if defined(__cplusplus)
}
#endif