home *** CD-ROM | disk | FTP | other *** search
- #ifndef PRECOGNITION_H
- #define PRECOGNITION_H
- /* ==========================================================================
- **
- ** Precognition.h
- **
- ** Defines structs and prototypes for use with code generated by
- ** the Precognition interface builder.
- **
- ** ©1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #include "Precognition_Utils.h"
- #include "Precognition3D.h"
- #include "Object.h"
- #include "GraphicObject.h"
- #include "TitleBox.h"
- #include "OutlineBox.h"
- #include "BoolGadget.h"
- #include "CycleGadget.h"
- #include "StringGadget.h"
- #include "IntegerGadget.h"
- #include "CheckBox.h"
- #include "HSlider.h"
- #include "HScroller.h"
- #include "VSlider.h"
- #include "VScroller.h"
- #include "ScrollingList.h"
- #include "ListEditor.h"
- #include "pcg_FileReq.h"
- #endif