summaryrefslogtreecommitdiff
path: root/src/port/resource/importers/ObjectInitFactory.h
blob: 583c56150a57799642f14141d5ce07f7d44be426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "Resource.h"
#include "ResourceFactoryBinary.h"

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