X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=futatabi%2Fflags.h;h=6e59d9d272a1f3d37c2d6d16e30cbd4005b325f2;hp=88379b539ef7a4174489f57b56652de814268a26;hb=04738b0cecf5f7b6d988822c1d7595fdd52a496e;hpb=622b1e84c60f315cf2980efbf1b54cc049a7d2ce diff --git a/futatabi/flags.h b/futatabi/flags.h index 88379b5..6e59d9d 100644 --- a/futatabi/flags.h +++ b/futatabi/flags.h @@ -4,6 +4,7 @@ #include "defs.h" #include +#include struct Flags { int width = 1280, height = 720; @@ -20,6 +21,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;