home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * Module to handle screen printing. *
- * *
- * Written by: Gershon Elber IBM PC Ver 1.0, Dec. 1989 *
- *****************************************************************************/
-
- #ifndef EESTRING_H
- #define EESTRING_H
-
- void PutTextInfo(int Orient, int PosX, int PosY, int Scale, char *Str);
- void PutLineTextInfo(int x1, int y1, int x2, int y2, char *PinText, int PinNum,
- BooleanType TextInside, BooleanType DrawNums);
-
- #endif EESTRING_H
-