]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_monstertools.qc
Port the improved scrolling by keys behaviour for lists that don't need to show an...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_monstertools.qc
index c288585a5c920e627eb66c88a438ffe601107b00..14587e2a9f1933fb78f17038a54618e637bba0bb 100644 (file)
@@ -1,4 +1,6 @@
-#ifdef INTERFACE
+#ifndef DIALOG_MONSTERTOOLS_H
+#define DIALOG_MONSTERTOOLS_H
+#include "rootdialog.qc"
 CLASS(XonoticMonsterToolsDialog, XonoticRootDialog)
        METHOD(XonoticMonsterToolsDialog, fill, void(entity)) // to be overridden by user to fill the dialog with controls
        ATTRIB(XonoticMonsterToolsDialog, title, string, _("Monster Tools"))