summaryrefslogtreecommitdiffstats
path: root/source/cMakeDir.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cMakeDir.h')
-rw-r--r--source/cMakeDir.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/cMakeDir.h b/source/cMakeDir.h
new file mode 100644
index 000000000..378df2a36
--- /dev/null
+++ b/source/cMakeDir.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class cMakeDir
+{
+public:
+ static void MakeDir( const char* a_Directory );
+}; \ No newline at end of file