mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Windows: fix prototype mismatch
Mismatched since commit acaf3fdfad319cea142ba58ce9214aec14715ff0.
This commit is contained in:
parent
dc8a22c05e
commit
5d680c89d9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user