X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_notification.qc;h=d0586710cf63ad55fc88e3a32184d418e81d18c8;hp=722b5d539d169de9e9ca106279e7f341f129c0b4;hb=99c1b6ca80a69e112d410ee493d62f757b2c6df8;hpb=4dd3c23aa51dd6fe855d8c5d97126a12a372eb3b diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc b/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc index 722b5d539..d0586710c 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc +++ b/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc @@ -1,5 +1,7 @@ -#ifdef INTERFACE -CLASS(XonoticHUDNotificationDialog) EXTENDS(XonoticRootDialog) +#ifndef DIALOG_HUDPANEL_NOTIFICATION_H +#define DIALOG_HUDPANEL_NOTIFICATION_H +#include "rootdialog.qc" +CLASS(XonoticHUDNotificationDialog, XonoticRootDialog) METHOD(XonoticHUDNotificationDialog, fill, void(entity)) ATTRIB(XonoticHUDNotificationDialog, title, string, _("Notification Panel")) ATTRIB(XonoticHUDNotificationDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT)