#pragma once
#include <stdint.h>
#if defined(__cplusplus)
extern "C"
{
#endif
int32_t UnityPalIsDebuggerPresent();
}