mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
The terminal window isn't always necessary, especially on Linux systems. In fact, it causes issues on some Wine environments. Allow user to disable it with -noconsole. This option only exists on the dedicated server. The client builds have the console disabled by default, and can enable them with -wconsole.
8 lines
212 B
C
8 lines
212 B
C
#pragma once
|
|
|
|
void SetConsoleBackgroundColor(COLORREF color);
|
|
void FlashConsoleBackground(int nFlashCount, int nFlashInterval, COLORREF color);
|
|
|
|
bool Console_Init(const bool bAnsiColor);
|
|
bool Console_Shutdown();
|