dos3d

annotate dosemu/conio.h @ 17:1e9f0b3616fa

fixed the matrix multiplication order
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 30 Nov 2011 00:04:16 +0200
parents f04884489bad
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_ */