From 0d842f0423ba0754fb3675c7468397a8da5f6e1b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 27 Apr 2017 10:40:48 +1000 Subject: Organising source --- src/c_fl_radio_round_button.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/c_fl_radio_round_button.h (limited to 'src/c_fl_radio_round_button.h') diff --git a/src/c_fl_radio_round_button.h b/src/c_fl_radio_round_button.h new file mode 100644 index 0000000..34f1189 --- /dev/null +++ b/src/c_fl_radio_round_button.h @@ -0,0 +1,15 @@ + + +#ifndef FL_RADIO_ROUND_BUTTON_GUARD +#define FL_RADIO_ROUND_BUTTON_GUARD + + +typedef void* RADIOROUNDBUTTON; + + +extern "C" RADIOROUNDBUTTON new_fl_radio_round_button(int x, int y, int w, int h, char* label); +extern "C" void free_fl_radio_round_button(RADIOROUNDBUTTON b); + + +#endif + -- cgit