src/file.h

changeset 236
b58d35dc5d52
parent 234
79b120b0aa51
child 248
4431371f3ffe
--- a/src/file.h	Tue May 21 14:24:41 2013 +0300
+++ b/src/file.h	Tue May 21 17:39:27 2013 +0300
@@ -127,5 +127,6 @@
 extern vector<partListEntry> g_PartList;
 
 str basename (str path);
+str dirname (str path);
 
 #endif // FILE_H
\ No newline at end of file

mercurial