From 85ce939590e9f60d51952b4cc1e6af6f9820ca28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 26 Oct 2019 19:11:03 +0200 Subject: Add default midimap functionality. Move directory.{h,cc} to src/ for this. --- src/DGDOM.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DGDOM.h') diff --git a/src/DGDOM.h b/src/DGDOM.h index b6c52ac..474b29c 100644 --- a/src/DGDOM.h +++ b/src/DGDOM.h @@ -131,6 +131,7 @@ struct MetadataDOM std::string image; std::string image_map; std::vector clickmaps; + std::string default_midimap_file; }; struct DrumkitDOM -- cgit v1.2.3