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