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