@@ -171,6 +171,9 @@ namespace oxygine
+#ifdef OXYGINE_EDITOR
+ int remove_directory(const char *path){return -1;}
+#else
int remove_directory(const char *path)
{
#ifndef WIN32
@@ -262,6 +265,8 @@ namespace oxygine
#endif
}
+#endif
+
@@ -788,7 +788,9 @@ namespace oxygine
log::messageln("core::release");
+#ifndef OXYGINE_EDITOR
InputText::stopAnyInput();
_threadMessages.clear();
_uiMessages.clear();