10 lines
175 B
C++
10 lines
175 B
C++
|
|
#include <FL/Fl.H>
|
|
#include <FL/Fl_Window.H>
|
|
#include <FL/Fl_Input.H>
|
|
#include <FL/Fl_Button.H>
|
|
|
|
typedef Fl_Window WINDOW;
|
|
typedef Fl_Input INPUT;
|
|
typedef Fl_Button BUTTON;
|