CreatureLib/CInterface/Core.cpp

5 lines
166 B
C++

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