#pragma once

#include <stdint.h>

#if defined(__cplusplus)
extern "C"
{
#endif

int32_t UnityPalIsDebuggerPresent();

#if defined(__cplusplus)
}
#endif
