CreatureLib/CInterface/Core.cpp

4 lines
122 B
C++

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