/*****************************************************************************
*   Program to draw EE diagrams.					     *
*									     *
* This module creates new objects.					     *
*									     *
* Written by:  Gershon Elber			IBM PC Ver 1.0,	Oct. 1989    *
*****************************************************************************/

#ifndef EECREATE_H
#define EECREATE_H

void AutoPanActiveWindow(void);
DrawGenericStruct *CreateNewPolylineStruct(int Width,int TypeFlag);
DrawGenericStruct *CreateNewConnectionStruct(void);
DrawGenericStruct *CreateNewTextStruct(void);

#endif EECREATE_H
