Refactor to accept new Library structure
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifndef COLORS_H
|
||||
#define COLORS_H
|
||||
#include <string>
|
||||
class Colors {
|
||||
public:
|
||||
static std::string MAGENTA() { return "\033[1;35m"; }
|
||||
|
Reference in New Issue
Block a user