summaryrefslogtreecommitdiff
path: root/tools/src/asset_processor/assets/frameobjlists.h
blob: 728e0229409df5e5926389eb28267c647f648657 (plain)
1
2
3
4
5
6
7
#include "macroasm.h"

class FrameObjListsAsset : public BaseMacroAsmAsset {
  public:
    using BaseMacroAsmAsset::BaseMacroAsmAsset;
    virtual void convertToHumanReadable(const std::vector<char>& baserom);
};