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=17394ffd59cb1abe386e04ea197a0be6d57589c1;hb=99c1b6ca80a69e112d410ee493d62f757b2c6df8;hpb=50db7ae6bd2b87d7d7d06792985ec5219a8a5969 diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc b/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc index 17394ffd5..d0586710c 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc +++ b/qcsrc/menu/xonotic/dialog_hudpanel_notification.qc @@ -1,5 +1,6 @@ #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"))