Skip to content
Snippets Groups Projects
Commit ed344a95 authored by deuce's avatar deuce
Browse files

Remove console_hit prototype and kbhit() macro.

parent 40a91de6
No related branches found
No related tags found
No related merge requests found
......@@ -98,11 +98,6 @@ static int *last_menu_bar=NULL;
static int save_menu_cur=-1;
static int save_menu_bar=-1;
#ifdef _WIN32
#define kbhit() console_hit()
int console_hit(void);
#endif
static void reset_dynamic(void) {
last_menu_cur=NULL;
last_menu_bar=NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment