]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Allow translating active modifications in the Welcome message
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 1334f5ec35c392d41be44559cade95dc561931c7..8a6da62a60c96670e8f46be224801cd9801f089a 100644 (file)
@@ -44,6 +44,8 @@ void wordwrap_cb(string s, float l, void(string) callback);
 #ifndef SVQC
 string draw_currentSkin;
 string draw_UseSkinFor(string pic);
+
+string build_mutator_list(string s);
 #endif
 
 // iterative depth-first search, with fields that go "up", "down left" and "right" in a tree