]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/commandbutton.qc
#include base classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / commandbutton.qc
index 8c1272e4891bc8478d8978f7416a2f7e1658bc46..afea74cb47d80b0e618c266e24c5f39e13105640 100644 (file)
@@ -6,6 +6,7 @@
 
 #ifndef COMMANDBUTTON_H
 #define COMMANDBUTTON_H
+#include "button.qc"
 CLASS(XonoticCommandButton, XonoticButton)
        METHOD(XonoticCommandButton, configureXonoticCommandButton, void(entity, string, vector, string, float))
        ATTRIB(XonoticCommandButton, onClickCommand, string, string_null)