#ifndef PRECOGNITION_H
#define PRECOGNITION_H
/* ==========================================================================
**
**                               Precognition.h
**
**      Defines structs and prototypes for use with code generated by
**      the Precognition interface builder.
**
**   ©1991, 1992 WILLISoft
**
** ==========================================================================
*/

#include "Precognition_Utils.h"
#include "Precognition3D.h"
#include "PObject.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"

/* Added for prototypes -- EDB */
#include "EmbossedGadget.h"
#include "Interactor.h"
#include "Valuator.h"
#include "Positioner.h"

#endif