]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/util/text.qh
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / source / 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;