diff --git a/CInterface/Core.cpp b/CInterface/Core.cpp index b1a8224..75f7a32 100644 --- a/CInterface/Core.cpp +++ b/CInterface/Core.cpp @@ -1,4 +1,3 @@ #include "Core.hpp" -std::string ExceptionHandler::_creatureLibLastException = ""; export const char* CreatureLib_C_GetLastException() { return ExceptionHandler::GetLastException(); }