home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / math / euler / source / graphics.h < prev    next >
Text File  |  1991-11-24  |  812b  |  32 lines

  1. /* graphics.c */
  2.  
  3. void mplot (header *hd);
  4. void mplot1 (header *hd);
  5. void mmark (header *hd);
  6. void mcontour (header *hd);
  7. void mwire (header *hd);
  8. void msolid (header *hd);
  9. void msolid1 (header *hd);
  10. void mview (header *hd);
  11. void mmesh (header *);
  12. void ghold (void);
  13. void show_graphics (void);
  14. void mctext (header *hd);
  15. void mtext (header *hd);
  16. void mtextsize (header *hd);
  17. void mstyle (header *hd);
  18. void mcolor (header *hd);
  19. void mfcolor (header *hd);
  20. void mwcolor (header *hd);
  21. void mtcolor (header *hd);
  22. void mwindow (header *hd);
  23. void mwindow0 (header *hd);
  24. void mscale (header *hd);
  25. void mmouse (header *hd);
  26. void mproject (header *hd);
  27. void mview0 (header *hd);
  28. void mholding (header *hd);
  29. void mholding0 (header *hd);
  30. void msetplot (header *hd);
  31. void mscaling (header *hd);
  32.