11 lines
97 B
C++
11 lines
97 B
C++
#ifndef COLOR_T_H
|
|
#define COLOR_T_H
|
|
|
|
#include <cstddef>
|
|
|
|
typedef size_t Color;
|
|
|
|
|
|
//}}
|
|
|
|
#endif |