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

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

namespace SF64 {
class ResourceFactoryBinaryScriptV0 : 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