Adds ansi_escapes.
Adds minimal WORKSPACE.
This commit is contained in:
13
ansi_escapes.cpp
Normal file
13
ansi_escapes.cpp
Normal 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
|
||||
Reference in New Issue
Block a user