From 22e8c588324184b777cea9f55ec0fc73b56949b8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Sep 2013 09:28:15 +0200 Subject: New experimental sample selector (enable using --with-experimental argument on ./configure). --- src/drumkit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drumkit.h') diff --git a/src/drumkit.h b/src/drumkit.h index 2ed558d..c1e5a69 100644 --- a/src/drumkit.h +++ b/src/drumkit.h @@ -32,6 +32,7 @@ #include "channel.h" #include "instrument.h" +#include "versionstr.h" class DrumKitParser; class DrumKit { @@ -55,6 +56,8 @@ private: std::string _name; std::string _description; + + VersionStr _version; }; #endif/*__DRUMGIZMO_DRUMKIT_H__*/ -- cgit v1.2.3