r5sdk/r5dev/windows/console.h
Kawe Mazidjatari 5d680c89d9 Windows: fix prototype mismatch
Mismatched since commit acaf3fdfad319cea142ba58ce9214aec14715ff0.
2024-06-01 11:43:10 +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();