|
@@ -171,6 +171,9 @@ namespace oxygine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+#ifdef OXYGINE_EDITOR
|
|
|
|
|
+ int remove_directory(const char *path){return -1;}
|
|
|
|
|
+#else
|
|
|
int remove_directory(const char *path)
|
|
int remove_directory(const char *path)
|
|
|
{
|
|
{
|
|
|
#ifndef WIN32
|
|
#ifndef WIN32
|
|
@@ -262,6 +265,8 @@ namespace oxygine
|
|
|
#endif
|
|
#endif
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|