]> icculus.org git repositories - divverent/nexuiz.git/blob - data/oldmenuqc/util/text.qh
Merge first change into the branch.
[divverent/nexuiz.git] / data / oldmenuqc / 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;
8 string( float pValue, float pStep ) Util_FloatToClampedText;