diff options
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ -// colors enum. +/// \file +/// colors enum. #ifndef COLORS_H_ #define COLORS_H_ +/// colors enum. +/// +/// See `ted.cfg` for what these mean. typedef enum { COLOR_UNKNOWN, |