CGII/framework/include/libs/fltk/compat/FL/Fl_Choice.H

9 lines
128 B
C++
Raw Normal View History

2018-05-17 14:01:02 +00:00
#ifndef Fl_Choice_H
#define Fl_Choice_H
#include "Fl_Menu_.H"
#include <fltk/Choice.h>
typedef fltk::Choice Fl_Choice;
#endif