home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
382.lha
/
ST
/
input.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-06-05
|
241 b
|
17 lines
/* input.h - total input
created by John Schultz, 10-Sep-89
*/
#ifndef INPUTTI
#define INPUTTI
extern unsigned short volatile raw; /* raw key input */
extern int createti(void);
extern void deleteti(void);
#endif
/* end input.h */