]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/common/util.qh
changed item positioning code to work better
[divverent/nexuiz.git] / data / qcsrc / common / util.qh
1
2 // this returns a tempstring containing a copy of s with additional \n newlines added, it also replaces \n in the text with a real newline
3 // NOTE: s IS allowed to be a tempstring
4 string wordwrap(string s, float l);
5 #ifndef MENUQC
6 void wordwrap_sprint(string s, float l);
7 #endif
8 void wordwrap_cb(string s, float l, void(string) callback)