r5sdk/src/windows/console.h
Kawe Mazidjatari c261db243e Windows: fix prototype mismatch
Mismatched since commit acaf3fdfad319cea142ba58ce9214aec14715ff0.
2024-04-17 20:47:02 +02:00

9 lines
238 B
C

#pragma once
void SetConsoleBackgroundColor(COLORREF color);
void FlashConsoleBackground(int nFlashCount, int nFlashInterval, COLORREF color);
bool Console_Init(const bool bAnsiColor);
bool Console_ColorInit();
bool Console_Shutdown();