tmc/tools/asset_processor/include/midi.h

7 lines
176 B
C

#include "asset.h"
class MidiAsset : public BaseAsset {
public:
using BaseAsset::BaseAsset;
virtual void convertToHumanReadable(const std::vector<char>& baserom);
};