]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/custom/messagebox.qh
-Added a management window to creategame, which allows you to save and load
[divverent/nexuiz.git] / scmenu / source / 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;