X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fitem%2Fradiobutton.qc;fp=qcsrc%2Fmenu%2Fitem%2Fradiobutton.qc;h=d8cadea3d6995267e5e5fddef4a46d29dd6a4f94;hp=97168fc53c8c135cb18730f3cff377f3cfa20d5d;hb=50db7ae6bd2b87d7d7d06792985ec5219a8a5969;hpb=2d5aa7ee7767f1efe503f0e1da6d4e7d88355b0a diff --git a/qcsrc/menu/item/radiobutton.qc b/qcsrc/menu/item/radiobutton.qc index 97168fc53..d8cadea3d 100644 --- a/qcsrc/menu/item/radiobutton.qc +++ b/qcsrc/menu/item/radiobutton.qc @@ -1,4 +1,5 @@ -#ifdef INTERFACE +#ifndef ITEM_RADIOBUTTON_H +#define ITEM_RADIOBUTTON_H void RadioButton_Click(entity me, entity other); CLASS(RadioButton, CheckBox) METHOD(RadioButton, configureRadioButton, void(entity, string, float, string, float, float))