source: branches/testFACT++branch/dim/src/did/dui_colors.h

Last change on this file was 11071, checked in by tbretz, 14 years ago
Replaced v19r21 by a version extracted with 'unzip -a' to get proper unix text format.
File size: 160 bytes
Line 
1#ifndef DUI_COLORS_H
2#define DUI_COLORS_H
3typedef enum {
4GREEN, 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.