Skip to content

Commit f83b67b

Browse files
committed
add this, could be refactored into decoder base class
1 parent d30aa5b commit f83b67b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Chris/TFMXDecoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ class TFMXDecoder : public Decoder {
243243

244244
bool isMerged();
245245
bool loadSamplesFile();
246+
bool loadSamplesFile(const std::string &path);
246247
void setTFMXv1();
247248
void traitsByChecksum(); // final step after successful initialization
248249
void findSongs();

0 commit comments

Comments
 (0)