]> icculus.org git repositories - divverent/nexuiz.git/blob - data/oldmenuqc/custom/video.qh
Rename menu[qc] to oldmenu[qc].
[divverent/nexuiz.git] / data / oldmenuqc / custom / video.qh
1 // Property of Alientrap
2 // custom/video.qh
3
4 // Item_Data_Nex_Resolution [Item_Data]
5 .string value; // contains the current resolution in the format "width height"
6
7 void() Item_Data_Nex_Resolution_Spawn;
8
9