CreatureLib/CInterface/Core.cpp

5 lines
173 B
C++
Raw Normal View History

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