diff options
Diffstat (limited to 'FL/Fl_Toggle_Round_Button.H')
| -rw-r--r-- | FL/Fl_Toggle_Round_Button.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FL/Fl_Toggle_Round_Button.H b/FL/Fl_Toggle_Round_Button.H new file mode 100644 index 000000000..18f74f7b8 --- /dev/null +++ b/FL/Fl_Toggle_Round_Button.H @@ -0,0 +1,6 @@ +// provided for back-compatability only + +#ifndef Fl_Toggle_Round_Button +#include "Fl_Round_Button.H" +#define Fl_Toggle_Round_Button Fl_Round_Button +#endif |
