]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/item/radiobutton.qc
#include base classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / item / radiobutton.qc
index d8cadea3d6995267e5e5fddef4a46d29dd6a4f94..c1e034855aeaa2cc7992ddea2373ff9ae79fa06e 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef ITEM_RADIOBUTTON_H
 #define ITEM_RADIOBUTTON_H
+#include "checkbox.qc"
 void RadioButton_Click(entity me, entity other);
 CLASS(RadioButton, CheckBox)
        METHOD(RadioButton, configureRadioButton, void(entity, string, float, string, float, float))