home *** CD-ROM | disk | FTP | other *** search
- // pragmas for console.library
- // (c) Maxon Computer 1994
- #ifndef _INCLUDE_PRAGMA_CONSOLE_LIB_H
- #define _INCLUDE_PRAGMA_CONSOLE_LIB_H
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #include <clib/console_protos.h>
-
- #pragma amicall(ConsoleDevice, 0x2a, CDInputHandler(a0,a1))
- #pragma amicall(ConsoleDevice, 0x30, RawKeyConvert(a0,a1,d1,a2))
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-