Xonotic
tab.qc
Go to the documentation of this file.
1 #include "tab.qh"
2 
4 {
5  loadAllCvars(me);
6  SUPER(XonoticTab).showNotify(me);
7 }
Definition: tab.qh:4
entity() spawn
void XonoticTab_showNotify(entity me)
Definition: tab.qc:3
#define SUPER(cname)
Definition: oo.qh:219