Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used

This commit is contained in:
Jens Steube
2021-11-26 09:53:42 +01:00
parent 1458f8fa8d
commit 5389adff81
3 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,11 @@
#include <stdio.h>
#include <string.h>
#if defined (_WIN)
// for getch()
#include <conio.h>
#endif
typedef struct usage_sort
{
u32 hash_mode;