CreatureLib/CInterface/Core.cpp

5 lines
159 B
C++
Raw Normal View History

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