home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / oslib / oslib_1 / OSLib / User / h / makepsfont < prev    next >
Encoding:
Text File  |  1995-06-20  |  561 b   |  26 lines

  1. #ifndef makepsfont_H
  2. #define makepsfont_H
  3.  
  4. /* C header file for MakePSFont
  5.  * written by DefMod (Jun 20 1995) on Tue Jun 20 17:29:09 1995
  6.  * Written by Jonathan Coxhead, Acorn Computers Ltd
  7.  */
  8.  
  9. #ifndef types_H
  10. #include "types.h"
  11. #endif
  12.  
  13. #ifndef os_H
  14. #include "os.h"
  15. #endif
  16.  
  17. /**********************************
  18.  * SWI names and SWI reason codes *
  19.  **********************************/
  20. #undef  MakePSFont_MakeFont
  21. #define MakePSFont_MakeFont                     0x43440
  22. #undef  XMakePSFont_MakeFont
  23. #define XMakePSFont_MakeFont                    0x63440
  24.  
  25. #endif
  26.