CreatureLib/CInterface/Core.cpp

4 lines
122 B
C++
Raw Normal View History

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