projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'origin/master' into terencehill/menu_remove_tab_title
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
menu
/
xonotic
/
tab.qc
diff --git
a/qcsrc/menu/xonotic/tab.qc
b/qcsrc/menu/xonotic/tab.qc
index
663e8a2
..
0383c7a
100644
(file)
--- a/
qcsrc/menu/xonotic/tab.qc
+++ b/
qcsrc/menu/xonotic/tab.qc
@@
-1,5
+1,7
@@
-#ifdef INTERFACE
-CLASS(XonoticTab) EXTENDS(Tab)
+#ifndef TAB_H
+#define TAB_H
+#include "../item/tab.qc"
+CLASS(XonoticTab, Tab)
// still to be customized by user
/*
ATTRIB(XonoticTab, intendedWidth, float, 0)