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