CreatureLib/CInterface/Core.cpp

5 lines
184 B
C++
Raw Normal View History

#include "Core.hpp"
2020-07-28 17:37:03 +00:00
std::string ExceptionHandler::_creatureLibLastException = "";
export const char* CreatureLib_C_GetLastException() { return ExceptionHandler::GetLastException(); }