]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/util/text.qh
rename menu directories
[divverent/nexuiz.git] / data / menuqc / util / text.qh
1 // NG Menu
2 // util/text.qh
3
4 // text tool functions
5 // returns a pair <end, nextstart, length>
6 vector( string pText, vector pLast ) Util_GetEndOfLine;
7 vector( string pText, vector pLast, float pWrapLength ) Util_GetEndOfWrappedLine;