spinsim/conion.h

12 lines
178 B
C
Raw Permalink Normal View History

#ifndef __CONION_H__
#define __CONION_H__
#undef STD_CONSOLE_INPUT
int kbhit(void);
2018-04-13 02:20:22 +00:00
int getch(void);
void initialize_console_io(void);
void restore_console_io(void);
#endif