CreatureLib/CInterface/Core.cpp

5 lines
166 B
C++
Raw Normal View History

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