Windows: fix prototype mismatch

Mismatched since commit acaf3fdfad319cea142ba58ce9214aec14715ff0.
This commit is contained in:
Kawe Mazidjatari 2024-04-17 20:47:02 +02:00
parent dc8a22c05e
commit 5d680c89d9

View File

@ -3,6 +3,6 @@
void SetConsoleBackgroundColor(COLORREF color);
void FlashConsoleBackground(int nFlashCount, int nFlashInterval, COLORREF color);
bool Console_Init(const bool bAnsiColor, const bool bWarn = true);
bool Console_Init(const bool bAnsiColor);
bool Console_ColorInit();
bool Console_Shutdown();