X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fitem%2Ftab.qc;h=e5f263e45974eea22c4f98c6e482e17d143feede;hp=965679e0bebee564382ee842343c78942e222e53;hb=61a847dbaab291d205cc9684b6d1a6e9bdad6375;hpb=77d45a36e18ce3de85a7d06869b3bc3e6411a6b2;ds=sidebyside diff --git a/qcsrc/menu/item/tab.qc b/qcsrc/menu/item/tab.qc index 965679e0be..e5f263e459 100644 --- a/qcsrc/menu/item/tab.qc +++ b/qcsrc/menu/item/tab.qc @@ -1,5 +1,7 @@ -#ifdef INTERFACE -CLASS(Tab) EXTENDS(Dialog) +#ifndef ITEM_TAB_H +#define ITEM_TAB_H +#include "dialog.qc" +CLASS(Tab, Dialog) ATTRIB(Tab, isTabRoot, float, 0) ATTRIB(Tab, closable, float, 0) ATTRIB(Tab, rootDialog, float, 0)