home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / msdos / animutil / fastgfx / fg110c / 12-04.c < prev    next >
Text File  |  1992-01-30  |  102b  |  10 lines

  1. #include <fastgraf.h>
  2.  
  3. void main(void);
  4.  
  5. void main()
  6. {
  7.    fg_setcaps(0);
  8.    fg_setnum(0);
  9. }
  10.