X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fflags.h;h=80571de493a53e873e0d7f45720792fc42ff1557;hb=refs%2Fheads%2Fmaster;hp=88379b539ef7a4174489f57b56652de814268a26;hpb=3974e42a86665521c477ab0c1dfc0af1a28bede1;p=nageru diff --git a/futatabi/flags.h b/futatabi/flags.h index 88379b5..80571de 100644 --- a/futatabi/flags.h +++ b/futatabi/flags.h @@ -3,7 +3,9 @@ #include "defs.h" +#include #include +#include struct Flags { int width = 1280, height = 720; @@ -20,6 +22,7 @@ struct Flags { double cue_out_point_padding_seconds = 0.0; // Can be changed in the menus. bool cue_out_point_padding_set = false; std::string midi_mapping_filename; // Empty for none. + std::unordered_map source_labels; }; extern Flags global_flags;