Add longer descriptions to available meters.

This commit is contained in:
Hisham Muhammad
2015-02-03 22:31:44 +01:00
parent f5f29ceeb9
commit 14bd77c5f4
6 changed files with 15 additions and 4 deletions

View File

@ -38,6 +38,7 @@ typedef struct MeterClass_ {
const char* name;
const char* uiName;
const char* caption;
const char* description;
const char maxItems;
char curItems;
} MeterClass;