10 lines
175 B
PHP
10 lines
175 B
PHP
|
|
||
|
#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;
|