home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / comm / ykh121.zip / YKHSRC.ZIP / FONT.H < prev    next >
C/C++ Source or Header  |  1993-04-18  |  134b  |  8 lines

  1. #ifndef FONT_H
  2. #define FONT_H
  3.  
  4. void font_init   ();
  5. void font_deinit ();
  6. void far font_put(unsigned,unsigned,unsigned);
  7.  
  8. #endif