summaryrefslogtreecommitdiff
path: root/mm/2s2h/resource/importer/ArrayFactory.h
blob: cd77fa0cf9788137265d9167beeb1cb8af000618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <ship/resource/Resource.h>
#include <ship/resource/ResourceFactoryBinary.h>

namespace SOH {
class ResourceFactoryBinaryArrayV0 : public Ship::ResourceFactoryBinary {
  public:
    std::shared_ptr<Ship::IResource> ReadResource(std::shared_ptr<Ship::File> file,
                                                  std::shared_ptr<Ship::ResourceInitData> initData) override;
};
} // namespace SOH