home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6574.LZX / include / proto / console.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-04  |  188 b   |  8 lines

  1. #ifndef PROTO_CONSOLE_H
  2. #define PROTO_CONSOLE_H
  3. #include <exec/types.h>
  4. extern struct Library *ConsoleDevice ;
  5. #include <clib/console_protos.h>
  6. #include <pragmas/console_pragmas.h>
  7. #endif
  8.