#ifndef Fl_Valuator_H #define Fl_Valuator_H #include #define Fl_Valuator fltk::Valuator enum { FL_VERTICAL = 0, FL_HORIZONTAL = 1 }; #endif