1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
puzzle-wuzzle-generator/include/colored_output.hpp
2014-02-18 16:12:04 +01:00

5 lines
71 B
C++

#pragma once
#include <string>
std::string colored_block(int color);