deepstone

view dosemu/conio.h @ 13:7b574ba5758e

fixed the directional light
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 28 Nov 2011 05:12:33 +0200
parents f04884489bad
children
line source
1 #ifndef CONIO_H_
2 #define CONIO_H_
4 int kbhit(void);
5 int getch(void);
7 #endif /* CONIO_H_ */