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