home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pclib / pConsole_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  590 b   |  26 lines

  1. #ifndef __INC_POS_CLIB_PCONSOLE_PROTOS_H
  2. #define __INC_POS_CLIB_PCONSOLE_PROTOS_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7. *******************************************************************/
  8.  
  9. #ifndef __cplusplus
  10.  
  11. #ifndef __INC_POS_DEVICE_IEVENT_H
  12. #include <Device/IEvent.h>
  13. #endif
  14. #ifndef __INC_POS_DEVICE_KEYMAP_H
  15. #include <Device/Keymap.h>
  16. #endif
  17. #ifndef __INC_POS_DEVICE_CONSOLE_H
  18. #include <Device/Console.h>
  19. #endif
  20.  
  21. #endif /* __cplusplus */
  22.  
  23. #include <proto/pConsole2.h>
  24.  
  25. #endif
  26.