deepstone

diff dosemu/conio.h @ 0:f04884489bad

dos3d initial import
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 21 Nov 2011 06:14:01 +0200
parents
children bce78aaafc68
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dosemu/conio.h	Mon Nov 21 06:14:01 2011 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef CONIO_H_
     1.5 +#define CONIO_H_
     1.6 +
     1.7 +int kbhit(void);
     1.8 +char getch(void);
     1.9 +
    1.10 +#endif	/* CONIO_H_ */