summaryrefslogtreecommitdiff
path: root/src/c_fl_radio_light_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_radio_light_button.h')
-rw-r--r--src/c_fl_radio_light_button.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/c_fl_radio_light_button.h b/src/c_fl_radio_light_button.h
index 546ed85..57d56b0 100644
--- a/src/c_fl_radio_light_button.h
+++ b/src/c_fl_radio_light_button.h
@@ -11,16 +11,16 @@ typedef void* RADIOLIGHTBUTTON;
-extern "C" inline void radio_light_button_set_draw_hook(RADIOLIGHTBUTTON b, void * d);
-extern "C" inline void fl_radio_light_button_draw(RADIOLIGHTBUTTON b);
-extern "C" inline void radio_light_button_set_handle_hook(RADIOLIGHTBUTTON b, void * h);
-extern "C" inline int fl_radio_light_button_handle(RADIOLIGHTBUTTON b, int e);
+extern "C" void radio_light_button_set_draw_hook(RADIOLIGHTBUTTON b, void * d);
+extern "C" void fl_radio_light_button_draw(RADIOLIGHTBUTTON b);
+extern "C" void radio_light_button_set_handle_hook(RADIOLIGHTBUTTON b, void * h);
+extern "C" int fl_radio_light_button_handle(RADIOLIGHTBUTTON b, int e);
-extern "C" inline RADIOLIGHTBUTTON new_fl_radio_light_button(int x, int y, int w, int h, char* label);
-extern "C" inline void free_fl_radio_light_button(RADIOLIGHTBUTTON b);
+extern "C" RADIOLIGHTBUTTON new_fl_radio_light_button(int x, int y, int w, int h, char* label);
+extern "C" void free_fl_radio_light_button(RADIOLIGHTBUTTON b);
#endif