summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Light_Button.H
blob: ab0ac92ad5702aeb7b5084a561c218ff8d6f9cbc (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef Fl_Light_Button_H
#define Fl_Light_Button_H

#include "Fl_Button.H"
#include <fltk/LightButton.h>
typedef fltk::LightButton Fl_Light_Button;

#endif