Struct
PurpleMood
Description [src]
struct PurpleMood {
const char* mood;
const char* description;
}
A structure to represent a mood.
Structure members
mood |
A string representing the mood. |
description |
A short description of the mood. |