2020-07-19 09:08:05 +00:00
|
|
|
#include "Core.hpp"
|
|
|
|
|
2020-07-28 17:24:35 +00:00
|
|
|
std::string ExceptionHandler::_ArbutilsLastException = "";
|
2020-07-19 09:08:05 +00:00
|
|
|
export const char* Arbutils_C_GetLastException() { return ExceptionHandler::GetLastException(); }
|