home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PROTO_PCONSOLE2_H
- #define __INC_POS_PROTO_PCONSOLE2_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>pConsole2.h<< 14 Sep 1996 09:45:41 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include <pExec/List.h>
- #endif
-
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- size_t pOS_RawKeyConvert(_R_A0 const struct pOS_InputEvent*,_R_A1 UBYTE* puffer,_R_D0 size_t pufSize);
- size_t pOS_MapRawKey(_R_A0 const struct pOS_InputEvent*,_R_A1 UBYTE* puffer,
- _R_D0 size_t pufSize,_R_A2 const struct pOS_KeyMap*);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-