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_COUNT
|
||||||
} activity_type;
|
} activity_type;
|
||||||
|
|
||||||
|
// TODO: Rename to something shorter, maybe ommit the "repreresentation."
|
||||||
char *activity_type_string_representation[activity_type_COUNT] = {
|
char *activity_type_string_representation[activity_type_COUNT] = {
|
||||||
"Other",
|
"Other",
|
||||||
"Studying",
|
"Studying",
|
||||||
@@ -122,6 +123,7 @@ char *activity_type_string_representation[activity_type_COUNT] = {
|
|||||||
"Reading"
|
"Reading"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Rename to something shorter, maybe ommit the "repreresentation."
|
||||||
Color activity_type_color_representation[activity_type_COUNT] = {
|
Color activity_type_color_representation[activity_type_COUNT] = {
|
||||||
RED,
|
RED,
|
||||||
GREEN,
|
GREEN,
|
||||||
|
|||||||
Reference in New Issue
Block a user