diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-12-29 11:17:30 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-12-29 11:17:30 +0100 |
commit | 1f00b2bb92cd4bcfcc4c24806df71a453f481f34 (patch) | |
tree | 9258452b75c9e3b03ed4030ba4b4707246f10cf6 /main.h | |
parent | 6286f890c132b9cd6a36d585735e5d7310dc0abf (diff) |
Formatting
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <FL/Fl_Window.H> #include <FL/Fl_draw.H> + class Fl_Window_draw : public Fl_Window{ public: Fl_Window_draw(int w,int h,const char *title); |