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