CreatureLib/CInterface/Core.cpp

5 lines
173 B
C++

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