You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/nel/samples/net/chat/kbhit.h

11 lines
159 B
C

15 years ago
#ifndef NL_KBHIT_H
#define NL_KBHIT_H
void init_keyboard(void);
void close_keyboard(void);
int kbhit(void);
int getch(void);
#endif // NL_KBHIT_H