home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 594b.lha / Precognition_rel1 / Precognition.h < prev    next >
C/C++ Source or Header  |  1991-12-12  |  848b  |  33 lines

  1. #ifndef PRECOGNITION_H
  2. #define PRECOGNITION_H
  3. /* ==========================================================================
  4. **
  5. **                               Precognition.h
  6. **
  7. **      Defines structs and prototypes for use with code generated by
  8. **      the Precognition interface builder.
  9. **
  10. **   ©1991 WILLISoft
  11. **
  12. ** ==========================================================================
  13. */
  14.  
  15. #include "Precognition_Utils.h"
  16. #include "Precognition3D.h"
  17. #include "Object.h"
  18. #include "GraphicObject.h"
  19. #include "TitleBox.h"
  20. #include "OutlineBox.h"
  21. #include "BoolGadget.h"
  22. #include "CycleGadget.h"
  23. #include "StringGadget.h"
  24. #include "IntegerGadget.h"
  25. #include "CheckBox.h"
  26. #include "HSlider.h"
  27. #include "HScroller.h"
  28. #include "VSlider.h"
  29. #include "VScroller.h"
  30. #include "ScrollingList.h"
  31. #include "ListEditor.h"
  32. #include "pcg_FileReq.h"
  33. #endif