X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fapp%2Fsetup.h;h=53a8b17c3e8c70911e9bc11dcdee0d192fbdee29;hb=edaacb3651cf0560314dd008d7243be4b3b2f8c6;hp=fa79017d86668d8e688c392da758c3ef37ddb8e1;hpb=9c511ea692d3a2339597211f08f18ea74fad35ec;p=supertux.git diff --git a/lib/app/setup.h b/lib/app/setup.h index fa79017d8..53a8b17c3 100644 --- a/lib/app/setup.h +++ b/lib/app/setup.h @@ -26,6 +26,8 @@ #include "audio/sound.h" #include "special/base.h" +namespace SuperTux { + int faccessible(const char *filename); int fcreatedir(const char* relative_dir); int fwriteable(const char *filename); @@ -48,5 +50,7 @@ void st_abort(const std::string& reason, const std::string& details); void parseargs(int argc, char * argv[]); +} + #endif /*SUPERTUX_SETUP_H*/