diff options
Diffstat (limited to 'src/pke-at-settings.cpp')
| -rw-r--r-- | src/pke-at-settings.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pke-at-settings.cpp b/src/pke-at-settings.cpp index 0f25589..c467a50 100644 --- a/src/pke-at-settings.cpp +++ b/src/pke-at-settings.cpp @@ -2,3 +2,14 @@ #include "pke-at-settings.hpp" struct pke_at_global_settings g_at{}; + +struct pke_at_section_type g_section_types[] = { +{ PKE_AT_SECTION_TYPE_INDEX_NONE, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" }, +{ PKE_AT_SECTION_TYPE_INDEX_VERSE, "sectype-verse\0\0" }, +{ PKE_AT_SECTION_TYPE_INDEX_CHORUS, "sectype-chrus\0\0" }, +{ 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_INSTRUMENTAL, "sectype-instr\0\0" }, +{ PKE_AT_SECTION_TYPE_INDEX_INTERLUDE, "sectype-intrl\0\0" }, +}; |
