Files
cpp-utils/ansi_escapes.cpp
Tom Hicks 859e5761d4 Adds ansi_escapes.
Adds minimal WORKSPACE.
2023-05-06 10:54:24 -07:00

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