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