home *** CD-ROM | disk | FTP | other *** search
- /* wireframe.h */
-
- /* written by : Jason R. Wilson 2/23/93 */
-
-
- void InitWire (Window viewwindow,int winwidth,int winheight);
- /* set-up to use wireframe package */
-
- void DrawWire (ObjectCell *ObjectHead);
- /* draws the wireframe of all of the objects (only patches) */
-
- void DrawWireFull (ObjectCell *ObjectHead);
- /* draws the wireframe of all of the objects (including elements) */
-