]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Allow key translation
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 3304d0e7a455453b02615f44a5664bfaafe8cbdb..3900349e34058201cae76c9491a459ef977c58ee 100644 (file)
@@ -133,6 +133,9 @@ float get_model_parameters_fixbone;
 string get_model_parameters_desc;
 float get_model_parameters(string mod, float skn); // call with string_null to clear; skin -1 means mod is the filename of the txt file and is to be split
 
+ERASEABLE
+string translate_key(string key);
+
 // x-encoding (encoding as zero length invisible string)
 // encodes approx. 14 bits into 5 bytes of color code string
 const float XENCODE_MAX = 21295; // 2*22*22*22-1