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