ZK_Framework/HybridCLRData/LocalIl2CppData-WindowsEditor/il2cpp/libil2cpp/os/Assert.h

6 lines
132 B
C
Raw Normal View History

2024-07-04 20:18:43 +08:00
#include "il2cpp-config.h"
#if IL2CPP_DEBUG
void il2cpp_assert(const char* assertion, const char* file, unsigned int line);
#endif