#ifndef __CDESKTOP_INPUT_H__ #define __CDESKTOP_INPUT_H__ #ifdef __cplusplus extern "C" { #endif /* input.h Input stuff. C-Desktop Copyright (C)1998, Brett Porter. */ /* EXTERNAL VARIABLES */ extern const byte kScanToASCII[]; /* FUNCTION PROTOTYPES */ extern void Input_Check( void ); #ifdef __cplusplus } #endif #endif