summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Value_Input.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Value_Input.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Value_Input.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Value_Input.H b/fltk/fltk/compat/FL/Fl_Value_Input.H
new file mode 100644
index 0000000..03d719f
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Value_Input.H
@@ -0,0 +1,7 @@
+#ifndef Fl_Value_Input_H
+#define Fl_Value_Input_H
+
+#include <fltk/ValueInput.h>
+typedef fltk::ValueInput Fl_Value_Input;
+
+#endif