Arbutils/CInterface/Core.cpp

4 lines
119 B
C++

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