Adds ansi_escapes.

Adds minimal WORKSPACE.
This commit is contained in:
2023-05-06 10:54:24 -07:00
parent 2c66d66729
commit 859e5761d4
5 changed files with 380 additions and 0 deletions

13
ansi_escapes.cpp Normal file
View File

@@ -0,0 +1,13 @@
/***************************************************************************************
* @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