14 lines
803 B
C++
14 lines
803 B
C++
/***************************************************************************************
|
|
* @file ansi_escapes.cpp *
|
|
* *
|
|
* @brief Defines constants and functions for working with screen colors. *
|
|
* @copyright *
|
|
* Copyright 2023 Tom Hicks *
|
|
* Licensed under the MIT license see the LICENSE file for details. *
|
|
***************************************************************************************/
|
|
#include "ansi_escapes.h"
|
|
|
|
namespace CPPUtils {
|
|
// Nothing here.
|
|
} // namespace CPPUtils
|