diff options
Diffstat (limited to 'src/drumkit.h')
-rw-r--r-- | src/drumkit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drumkit.h b/src/drumkit.h index c1e5a69..82fe69b 100644 --- a/src/drumkit.h +++ b/src/drumkit.h @@ -41,6 +41,8 @@ public: DrumKit(); ~DrumKit(); + std::string file(); + std::string name(); std::string description(); @@ -54,6 +56,8 @@ public: private: void *magic; + std::string _file; + std::string _name; std::string _description; |