Files
myink/Color_t.hpp
stubbfelnewpc 443f999d77 add testblock
2020-05-06 00:07:20 +02:00

11 lines
97 B
C++

#ifndef COLOR_T_H
#define COLOR_T_H
#include <cstddef>
typedef size_t Color;
//}}
#endif