]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/util/text.qh
This was certainly the wrong solution to a problem I dont see.
[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;