home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / gempp15b / gemqq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-23  |  1.4 KB  |  40 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Central GEM include file for the "gem++" library.
  4. //
  5. //  This file is Copyright 1992,1993 by Warwick W. Allison.
  6. //  This file is part of the gem++ library.
  7. //  You are free to copy and modify these sources, provided you acknowledge
  8. //  the origin by retaining this notice, and adhere to the conditions
  9. //  described in the file COPYING.LIB.
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12.  
  13. #include <gemap.h>    // Application
  14. #include <gema.h>    // Activity
  15. #include <gemal.h>    // Alerts
  16. #include <gemd.h>    // Desktop
  17. #include <gemda.h>    // Desk accessory
  18. #include <geme.h>    // Events
  19. #include <gemf.h>    // Forms
  20. #include <gemfb.h>    // Feedback
  21. #include <gemfiw.h>    // Iconifiable Forms in Windows
  22. #include <gemfs.h>    // File selectors
  23. #include <gemfw.h>    // Forms in Windows
  24. #include <gemhf.h>    // Hot Forms (like popup menus)
  25. #include <gemimgo.h>    // Image object
  26. #include <gemks.h>    // Key sink
  27. #include <gemm.h>    // Menus
  28. #include <gemo.h>    // Objects
  29. #include <gemr.h>    // Resource
  30. #include <gemrec.h>    // Recorder
  31. #include <gemsl.h>    // Slider
  32. #include <gemt.h>    // Timer
  33. #include <gemto.h>    // Text object
  34. #include <gemuo.h>    // User object
  35. #include <gemvo.h>    // VDI object
  36. #include <gemw.h>    // Windows
  37. #include <gemrawo.h>    // Raw object - inextensible
  38. #include <vdi.h>    // VDI bindings
  39. #include <img.h>    // IMG file format
  40.