home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
001-099
/
ff019.lzh
/
Keymap_Test
/
keymap_test.h
< prev
next >
Wrap
C/C++ Source or Header
|
1986-04-08
|
765b
|
31 lines
/**** 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();