summaryrefslogtreecommitdiff
path: root/src/pke-at-setlist-types.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-10-13 15:27:59 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-10-13 15:44:17 -0400
commit6d53452ebc24287a72eedb9a2cc3f9e21c55362c (patch)
tree04ce0135a9718c41f24f217b587088dd9d59241a /src/pke-at-setlist-types.hpp
parent62dae6011db94dd52c3ac0fce517c6e9cc0abcf6 (diff)
pke-at: second-pass sql storage
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 {