home *** CD-ROM | disk | FTP | other *** search
- /**** keymap_test.h **********/
-
- /* INCLUDES **************************************************/
-
- #include <exec/types.h>
- #include <exec/ports.h>
- #include <exec/io.h>
- #include <exec/devices.h>
- #include <exec/memory.h>
-
- #include <intuition/intuition.h>
- #include <intuition/intuitionbase.h>
-
- #include <devices/console.h>
- #include <devices/keymap.h>
-
- #include <libraries/dos.h>
-
- #include <stdio.h>
-
-
- /* EXTERNALS **************************************************/
-
-
- extern ULONG *OpenLibrary(); /* Intuition functions */
- extern struct Window *OpenWindow();
-
- extern struct MsgPort *CreatePort(); /* Console Device IO */
- extern struct IOStdReq *CreateStdIO();
- extern int OpenDevice();
-