PkmnLib/CInterface/Core.cpp

4 lines
168 B
C++
Raw Normal View History

#include "Core.hpp"
std::string ExceptionHandler::_lastException = "";
2020-05-02 14:19:24 +00:00
export const char* PkmnLib_C_GetLastException() { return ExceptionHandler::GetLastException(); }