// (c) 1995-1997 Niklas Beisert / pascal // lasse reinboeng source // this header must stay on top of this file // free for non-commercial use of any kind as long as proper credits are given. #ifndef __KEYBOARD_H #define __KEYBOARD_H void kbInit(); void kbClose(); int kbCheckESC(); #endif