X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ffile_system.hpp;h=b92c4e11c417f192ebe80744d688bc5e0107edc7;hb=47c58b6b5d40807eee7bd37fa2fd5d2188a333fd;hp=b8211884c201984a0723bc1072b37c8248ea1f7f;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/file_system.hpp b/src/file_system.hpp index b8211884c..b92c4e11c 100644 --- a/src/file_system.hpp +++ b/src/file_system.hpp @@ -25,7 +25,14 @@ namespace FileSystem { + /** + * returns the path of the directory the file is in + */ std::string dirname(const std::string& filename); + + /** + * returns the name of the file + */ std::string basename(const std::string& filename); /**