home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * Program to draw EE diagrams. *
- * *
- * This module redraw/draw all objects. *
- * *
- * Written by: Gershon Elber IBM PC Ver 1.0, Oct. 1989 *
- *****************************************************************************/
-
- #ifndef EEREDRAW_H
- #define EEREDRAW_H
-
- #include "eelibs.h"
-
- void RedrawAllScreen(void);
-
- #endif EEREDRAW_H
-