#ifndef CLIB_CONSOLE_PROTOS_H #define CLIB_CONSOLE_PROTOS_H /* ** $VER: console_protos.h 36.6 (7.11.90) ** Includes Release 40.15 ** ** C prototypes. For use with 32 bit integers only. ** ** (C) Copyright 1990-1993 Commodore-Amiga, Inc. ** All Rights Reserved */ #ifndef EXEC_LIBRARIES_H #include #endif #ifndef DEVICES_INPUTEVENT_H #include #endif #ifndef DEVICES_KEYMAP_H #include #endif #ifdef __cplusplus extern "C" { #endif struct InputEvent *CDInputHandler( struct InputEvent *events, struct Library *consoleDevice ); LONG RawKeyConvert( struct InputEvent *events, STRPTR buffer, long length, struct KeyMap *keyMap ); /*--- functions in V36 or higher (Release 2.0) ---*/ #ifdef __cplusplus } #endif #ifdef STORMPRAGMAS #ifndef _INCLUDE_PRAGMA_CONSOLE_LIB_H #include #endif #endif #endif /* CLIB_CONSOLE_PROTOS_H */