summaryrefslogtreecommitdiffstats
path: root/source/OSSupport/MakeDir.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/OSSupport/MakeDir.h')
-rw-r--r--source/OSSupport/MakeDir.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/OSSupport/MakeDir.h b/source/OSSupport/MakeDir.h
new file mode 100644
index 000000000..e66cf1071
--- /dev/null
+++ b/source/OSSupport/MakeDir.h
@@ -0,0 +1,16 @@
+
+#pragma once
+
+
+
+
+
+class cMakeDir
+{
+public:
+ static void MakeDir(const AString & a_Directory);
+};
+
+
+
+