]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/item/checkbox.qc
#include base classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / item / checkbox.qc
index e220b07666215b717ccf2a569fba545e5c886fdd..e8b4e15e339349ad655af6f866aefccd5eb35796 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef ITEM_CHECKBOX_H
 #define ITEM_CHECKBOX_H
+#include "button.qc"
 void CheckBox_Click(entity me, entity other);
 CLASS(CheckBox, Button)
        METHOD(CheckBox, configureCheckBox, void(entity, string, float, string))