X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fapp%2Fsetup.h;h=ad70bd4d81bb2eb5ef33a5f291d4149ded7af73c;hb=073795dd0afc7d7e4c093db5f83fc26c10501d61;hp=a918b4b2592a0fbc05efeaf8ad7f61925b74cb34;hpb=45d21c1c59a58aa557b62d3aa22ba89a975e323c;p=supertux.git diff --git a/lib/app/setup.h b/lib/app/setup.h index a918b4b25..ad70bd4d8 100644 --- a/lib/app/setup.h +++ b/lib/app/setup.h @@ -35,6 +35,8 @@ struct FileSystem static std::set read_directory(const std::string& pathname); static std::set dsubdirs(const std::string& rel_path, const std::string& expected_file); static std::set dfiles(const std::string& rel_path, const std::string& glob, const std::string& exception_str); + + static std::string dirname(const std::string& filename); }; /// All you need to get an application up and running