4 lines
166 B
C++
4 lines
166 B
C++
|
#include "Core.hpp"
|
||
|
|
||
|
std::string ExceptionHandler::_lastException = "";
|
||
|
export const char* PkmnLib_GetLastException() { return ExceptionHandler::GetLastException(); }
|