Assert.h 132 B

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