home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / df3os2.zip / DFLATPP.H < prev    next >
C/C++ Source or Header  |  1993-09-21  |  492b  |  30 lines

  1. // ---------- dflatpp.h
  2.  
  3. #ifndef DFLATPP_H
  4. #define DFLATPP_H
  5.  
  6. #define VERSION "D-Flat++ Version 3"
  7.  
  8. #include "dfwindow.h"
  9. #include "desktop.h"
  10. #include "applicat.h"
  11. #include "dialog.h"
  12. #include "textbox.h"
  13. #include "label.h"
  14. #include "listbox.h"
  15. #include "editbox.h"
  16. #include "editor.h"
  17. #include "button.h"
  18. #include "pbutton.h"
  19. #include "toolbar.h"
  20. #include "checkbox.h"
  21. #include "radio.h"
  22. #include "popdown.h"
  23. #include "menusel.h"
  24. #include "notice.h"
  25.  
  26. #endif
  27.  
  28.  
  29.  
  30.