tmc/tools/asset_processor/include/exitlist.h

7 lines
178 B
C

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