Exemplo n.º 1
0
void shutdown()
{
	// Reset to white text on black background
	colour(FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED);

	shutDownConsole();
}
Exemplo n.º 2
0
Console::~Console()
{
	shutDownConsole();
}