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