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