home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / GameKit / gamekit-1 / GKText.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-07  |  367 b   |  15 lines

  1. /* ./GKText.h generated from GKText.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef GKTEXT_H
  6. #define GKTEXT_H
  7.  
  8. extern void GKTextSetUp();
  9.  
  10. extern void GKborderedTextBoundingBox( /* char *str; float *x; float *y; float *width; float *height; */ );
  11.  
  12. extern void GKdrawBorderedText( /* float xlate; float ylate; char *str; */ );
  13.  
  14. #endif GKTEXT_H
  15.