CreatureLib/CInterface/Core.cpp

6 lines
185 B
C++
Raw Normal View History

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