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

9 lines
136 B
C++
Raw Normal View History

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