]> icculus.org git repositories - divverent/nexuiz.git/blob - data/oldmenuqc/custom/messagebox.qh
Rename menu[qc] to oldmenu[qc].
[divverent/nexuiz.git] / data / oldmenuqc / custom / messagebox.qh
1 // Property of Alientrap/AK
2 // custom/messagebox.qh
3
4 void( string pTitle, string pText, string pLeftButton, string pRightButton, event pLeftEvent, event pRightEvent )
5 Nex_MessageBox;