home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / ft-beta.zip / freetype / lib / ttdebug.h < prev    next >
C/C++ Source or Header  |  1997-10-06  |  334b  |  15 lines

  1. /* Simple debugging component. Should be replaced by Pavel's version */
  2. /* real soon now :)                                                  */
  3.  
  4. #ifndef TTDEBUG_H
  5. #define TTDEBUG_H
  6.  
  7. #include <stdio.h>
  8. #include "ttcommon.h"
  9.  
  10.   typedef char  DebugStr[128];
  11.  
  12.   DebugStr*  Cur_U_Line( void*  exec );
  13.  
  14. #endif /* TTDEBUG_H */
  15.