home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / diskfont / diskfont.h next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  254 b   |  16 lines

  1. #ifndef    DISKFONT_DISKFONT_H
  2. #define    DISKFONT_DISKFONT_H
  3.  
  4. #ifndef EXEC_NODES_H
  5. #include <exec/nodes.h>
  6. #endif
  7. #ifndef EXEC_LISTS_H
  8. #include <exec/lists.h>
  9. #endif
  10. #ifndef GRAPHICS_TEXT_H
  11. #include <graphics/text.h>
  12. #endif
  13.  
  14.  
  15. #endif    /* DISKFONT_DISKFONT_H */
  16.