portingtools/src/ansi.hpp

10 lines
185 B
C++
Raw Normal View History

2022-11-09 16:09:13 +01:00
#pragma once
namespace ansi {
const char *reset = "\033[0m";
const char *cyan = "\033[0;36m";
const char *green = "\033[0;32m";
const char *yellow = "\033[0;33m";
} // namespace ansi