Files
ft/Client/HybridCLRData/il2cpp_plus_repo/libil2cpp/os/Assert.h
2026-06-29 21:18:33 +08:00

6 lines
132 B
C

#include "il2cpp-config.h"
#if IL2CPP_DEBUG
void il2cpp_assert(const char* assertion, const char* file, unsigned int line);
#endif