tmc/tools/asset_processor/include/gfx.h

7 lines
173 B
C

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