5 lines
170 B
C++
5 lines
170 B
C++
|
#include "Core.hpp"
|
||
|
|
||
|
std::string ExceptionHandler::_lastException = "";
|
||
|
export const char* Arbutils_C_GetLastException() { return ExceptionHandler::GetLastException(); }
|