CreatureLib/CInterface/Library/Core.cpp

6 lines
185 B
C++

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