]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/rootdialog.qc
Do not hardcode dirty fix for aliased gametype icons, instead offer a new menu theme...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / rootdialog.qc
index e8c9db364e9d3caaa31f4ee904b82ebc08c33523..209fcade83d408af69ab57a4b8c727ba78d91810 100644 (file)
@@ -1,5 +1,7 @@
-#ifdef INTERFACE
-CLASS(XonoticRootDialog) EXTENDS(XonoticDialog)
+#ifndef ROOTDIALOG_H
+#define ROOTDIALOG_H
+#include "dialog.qc"
+CLASS(XonoticRootDialog, XonoticDialog)
        // still to be customized by user
        /*
        ATTRIB(XonoticDialog, closable, float, 1)