]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/util/uid.qh
Revert first change in the trunk.
[divverent/nexuiz.git] / data / menuqc / util / uid.qh
1 // NG Menu
2 // util/uid.qh
3
4 // used to create unique names while the menu runs
5 string()                Util_CreateUID;
6 string( float pNum )    Util_GetUIDName;
7 float( string pNum )    Util_GetUIDNum;