Added some comments.
This commit is contained in:
2
main.c
2
main.c
@@ -112,6 +112,7 @@ typedef enum activity_type {
|
||||
activity_type_COUNT
|
||||
} activity_type;
|
||||
|
||||
// TODO: Rename to something shorter, maybe ommit the "repreresentation."
|
||||
char *activity_type_string_representation[activity_type_COUNT] = {
|
||||
"Other",
|
||||
"Studying",
|
||||
@@ -122,6 +123,7 @@ char *activity_type_string_representation[activity_type_COUNT] = {
|
||||
"Reading"
|
||||
};
|
||||
|
||||
// TODO: Rename to something shorter, maybe ommit the "repreresentation."
|
||||
Color activity_type_color_representation[activity_type_COUNT] = {
|
||||
RED,
|
||||
GREEN,
|
||||
|
||||
Reference in New Issue
Block a user