8 lines
128 B
C
8 lines
128 B
C
#ifndef Fl_Choice_H
|
|
#define Fl_Choice_H
|
|
|
|
#include "Fl_Menu_.H"
|
|
#include <fltk/Choice.h>
|
|
typedef fltk::Choice Fl_Choice;
|
|
|
|
#endif
|