diff options
Diffstat (limited to 'src/pke-at-settings.cpp')
| -rw-r--r-- | src/pke-at-settings.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pke-at-settings.cpp b/src/pke-at-settings.cpp index c467a50..1bb719e 100644 --- a/src/pke-at-settings.cpp +++ b/src/pke-at-settings.cpp @@ -10,6 +10,9 @@ struct pke_at_section_type g_section_types[] = { { PKE_AT_SECTION_TYPE_INDEX_BRIDGE, "sectype-brdge\0\0" }, { PKE_AT_SECTION_TYPE_INDEX_INTRO, "sectype-intro\0\0" }, { PKE_AT_SECTION_TYPE_INDEX_OUTRO, "sectype-outro\0\0" }, +{ PKE_AT_SECTION_TYPE_INDEX_END, "sectype-end \0\0" }, { PKE_AT_SECTION_TYPE_INDEX_INSTRUMENTAL, "sectype-instr\0\0" }, { PKE_AT_SECTION_TYPE_INDEX_INTERLUDE, "sectype-intrl\0\0" }, +{ PKE_AT_SECTION_TYPE_INDEX_REFRAIN, "sectype-rfrn \0\0" }, +{ PKE_AT_SECTION_TYPE_INDEX_TAG, "sectype-tag \0\0" }, }; |
