deepstone

annotate src/dosemu/conio.h @ 38:17a5107b6fa4

- added perspective correct interpolation - added recording functionality - added video capture functionality
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 10 Mar 2014 17:24:42 +0200
parents bce78aaafc68
children
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@9 5 int getch(void);
nuclear@0 6
nuclear@0 7 #endif /* CONIO_H_ */