Arbutils/CInterface/Core.cpp

5 lines
178 B
C++

#include "Core.hpp"
std::string ExceptionHandler::_ArbutilsLastException = "";
export const char* Arbutils_C_GetLastException() { return ExceptionHandler::GetLastException(); }