X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=d0a8ab86a1acec5d974fa5ea56001ef8973e4bb8;hp=a1c0d6785fb416efa1b02c641d409b1e5e05d407;hb=44aa8946945001e43f22bb2ca8c7b725dc8c9513;hpb=16bb4a51347c40ae0655bba054bc7cf201538e45 diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index a1c0d6785f..d0a8ab86a1 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -135,6 +135,8 @@ string getcurrentmod(); float matchacl(string acl, string str); // matches str against ACL acl (with entries +foo*, +foo, +*foo, +*foo*, and same with - for forbidding) +void write_String_To_File(int fh, string str, bool alsoprint); + string get_model_datafilename(string mod, float skn, string fil); // skin -1 will return wildcard, mod string_null will also put wildcard there string get_model_parameters_modelname; float get_model_parameters_modelskin;