deepstone

annotate dosemu/conio.h @ 5:c8ffdbc6139e

added cleandep removed verbosity from texture loader
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 21 Nov 2011 12:00:13 +0200
parents
children bce78aaafc68
rev   line source
nuclear@0 1 #ifndef CONIO_H_
nuclear@0 2 #define CONIO_H_
nuclear@0 3
nuclear@0 4 int kbhit(void);
nuclear@0 5 char getch(void);
nuclear@0 6
nuclear@0 7 #endif /* CONIO_H_ */