diff options
Diffstat (limited to 'src/Boot/Windows/BootConsoleIo.h')
-rw-r--r-- | src/Boot/Windows/BootConsoleIo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Boot/Windows/BootConsoleIo.h b/src/Boot/Windows/BootConsoleIo.h index daf86633..63557144 100644 --- a/src/Boot/Windows/BootConsoleIo.h +++ b/src/Boot/Windows/BootConsoleIo.h @@ -48,6 +48,7 @@ int GetString (char *buffer, size_t bufferSize); void InitVideoMode ();
bool IsKeyboardCharAvailable ();
bool IsPrintable (char c);
+bool IsDigit (char c);
void Print (const char *str);
void Print (uint32 number);
void Print (const uint64 &number);
|