X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=fa17a06a328af4414350a1a9a29632f5114cd34b;hb=1a9e7607796f021c85d200ce66bdfb7f3932d882;hp=066033a175a1791a2ce05326b223de57db40d4ae;hpb=bf28c62f9ad2f130024109354c2503457195898d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 066033a17..fa17a06a3 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -11,7 +11,7 @@ vector real_origin(entity ent); string wordwrap(string s, float l); #ifndef MENUQC #ifndef CSQC -void wordwrap_sprint(string s, float l); +void wordwrap_sprint(entity to, string s, float l); #endif #endif void wordwrap_cb(string s, float l, void(string) callback);