nuke/colors.h

5 lines
115 B
C
Raw Normal View History

2019-01-03 01:51:33 -08:00
#ifndef __colors
#define __colors
const int WHITE = 1, YELLOW = 2, RED = 3, BLUE = 4, GREEN = 5, BLACK = 6;
#endif