]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/custom/messagebox.qh
rename menu directories
[divverent/nexuiz.git] / data / menuqc / 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;