LearnWithTouch/App/LearnWithTouch_ios/Libraries/libil2cpp/include/os/c-api/NativeMethods-c-api.h

19 lines
414 B
C
Raw Normal View History

2019-07-01 14:33:21 +02:00
#pragma once
#include <stdint.h>
#include "os/c-api/Process_c_api.h"
#if defined(__cplusplus)
extern "C"
{
#endif
int32_t UnityPalNativeCloseProcess(UnityPalProcessHandle* handle);
int32_t UnityPalNativeGetExitCodeProcess(UnityPalProcessHandle* handle, int32_t* exitCode);
int32_t UnityPalNativeGetCurrentProcessId();
UnityPalProcessHandle* UnityPalNativeGetCurrentProcess();
#if defined(__cplusplus)
}
#endif