Advertisement
DragonOsman

fltk.h

Mar 17th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. #ifndef FLTK_GUARD
  2. #define FLTK_GUARD 1
  3.  
  4. #include <FL/Fl.H>
  5. #include <FL/Fl_Window.H>
  6. #include <FL/Fl_Button.H>
  7. #include <FL/Fl_Input.H>
  8. #include <FL/Fl_Output.H>
  9. #include <cstdlib>       // for exit(0)
  10. #include <FL/fl_draw.H>
  11. #include <FL/Enumerations.H>
  12.  
  13. #include <Fl/Fl_JPEG_Image.H>
  14. #include <Fl/Fl_GIF_Image.H>
  15.  
  16. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement