]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_hudpanel_pressedkeys.qc
Header police
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_pressedkeys.qc
index 4499d7c0f62a3370c5b9bcf11f27cb81588caad4..f37b766bd0ed2b4afef7aa136961ff608aa61fa2 100644 (file)
@@ -1,8 +1,9 @@
+#include "dialog_hudpanel_pressedkeys.qh"
 #ifndef DIALOG_HUDPANEL_PRESSEDKEYS_H
 #define DIALOG_HUDPANEL_PRESSEDKEYS_H
 #include "rootdialog.qc"
 CLASS(XonoticHUDPressedKeysDialog, XonoticRootDialog)
-       METHOD(XonoticHUDPressedKeysDialog, fill, void(entity))
+       METHOD(XonoticHUDPressedKeysDialog, fill, void(entity));
        ATTRIB(XonoticHUDPressedKeysDialog, title, string, _("Pressed Keys Panel"))
        ATTRIB(XonoticHUDPressedKeysDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT)
        ATTRIB(XonoticHUDPressedKeysDialog, intendedWidth, float, 0.4)