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

  1. #ifndef __INC_POS_PROTO_PCONSOLE2_H
  2. #define __INC_POS_PROTO_PCONSOLE2_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>pConsole2.h<<   14 Sep 1996    09:45:41 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_LIST_H
  12. #include <pExec/List.h>
  13. #endif
  14.  
  15.  
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. size_t pOS_RawKeyConvert(_R_A0 const struct pOS_InputEvent*,_R_A1 UBYTE* puffer,_R_D0 size_t pufSize);
  22. size_t pOS_MapRawKey(_R_A0 const struct pOS_InputEvent*,_R_A1 UBYTE* puffer,
  23.                      _R_D0 size_t pufSize,_R_A2 const struct pOS_KeyMap*);
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28.  
  29. #endif
  30.