diff options
Diffstat (limited to 'src/CurveEditor.H')
| -rw-r--r-- | src/CurveEditor.H | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/CurveEditor.H b/src/CurveEditor.H new file mode 100644 index 0000000..4e58e6e --- /dev/null +++ b/src/CurveEditor.H @@ -0,0 +1,20 @@ +// +// Copyright 2008 Johannes Hofmann <Johannes.Hofmann@gmx.de> +// +// This software may be used and distributed according to the terms +// of the GNU General Public License, incorporated herein by reference. + +#ifndef CurveEditor_H +#define CurveEditor_H + +#include <FL/Fl_Widget.H> + +class CurveEditor : public Fl_Widget { + private: + + public: + CurveEditor(int _x, int _y, int _w, int _h); + +}; + +#endif |
