CreatureLib/CInterface/Core.cpp

5 lines
184 B
C++

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