summaryrefslogtreecommitdiff
path: root/src/pke-at-setlist-types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pke-at-setlist-types.hpp')
-rw-r--r--src/pke-at-setlist-types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pke-at-setlist-types.hpp b/src/pke-at-setlist-types.hpp
index bea7b18..0ab6815 100644
--- a/src/pke-at-setlist-types.hpp
+++ b/src/pke-at-setlist-types.hpp
@@ -23,10 +23,10 @@ struct pke_at_section_type {
struct pke_at_section_details {
pk_uuid song_uuid;
- enum PKE_AT_SECTION_TYPE_INDEX section_type_index = PKE_AT_SECTION_TYPE_INDEX_NONE;
uint8_t sequence;
uint8_t beats_per_bar = 0;
uint8_t bar_count = 0;
+ enum PKE_AT_SECTION_TYPE_INDEX section_type_index = PKE_AT_SECTION_TYPE_INDEX_NONE;
};
struct pke_at_section {
pke_at_section_details details{};
@@ -46,6 +46,7 @@ struct pke_at_song {
};
struct pke_at_setlist_details {
+ pk_uuid uuid;
pk_cstr title;
};
struct pke_at_setlist {