X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffile_system.hpp;h=b92c4e11c417f192ebe80744d688bc5e0107edc7;hb=47c58b6b5d40807eee7bd37fa2fd5d2188a333fd;hp=9c14bac0a072ad489d14cd5d35debaba31d82e01;hpb=ef146ea92ea53c84903cc5ba624520fb7b288522;p=supertux.git diff --git a/src/file_system.hpp b/src/file_system.hpp index 9c14bac0a..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); /** @@ -41,4 +48,3 @@ namespace FileSystem } #endif -