deepstone

diff src/dosemu/conio.h @ 35:1870c4ef8b76

added visual studio project moved the dosemu directory
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Sep 2013 07:41:05 +0300
parents dosemu/conio.h@bce78aaafc68
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/dosemu/conio.h	Mon Sep 23 07:41:05 2013 +0300
     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 +int getch(void);
     1.9 +
    1.10 +#endif	/* CONIO_H_ */