source:
branches/testFACT++branch/dim/src/did/dui_colors.h
Last change on this file was 11071, checked in by , 14 years ago | |
---|---|
File size: 160 bytes |
Line | |
---|---|
1 | #ifndef DUI_COLORS_H |
2 | #define DUI_COLORS_H |
3 | typedef enum { |
4 | GREEN, BLUE, YELLOW, ORANGE, RED, BLACK, WHITE, NONE, GRAY, LIGHTGRAY, MAX_COLORS }TRG_COLORS; |
5 | |
6 | #endif |
Note:
See TracBrowser
for help on using the repository browser.