diff options
Diffstat (limited to 'src/drumkit.h')
-rw-r--r-- | src/drumkit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drumkit.h b/src/drumkit.h index f646b22..682dbff 100644 --- a/src/drumkit.h +++ b/src/drumkit.h @@ -44,6 +44,7 @@ public: std::string getName() const; std::string getDescription() const; + VersionStr getVersion() const; Instruments instruments; Channels channels; |