Mario Kart 64
Loading...
Searching...
No Matches
Vec3sFactory.h
Go to the documentation of this file.
1#pragma once
2
3#include "Resource.h"
4#include "ResourceFactoryBinary.h"
5
6namespace SF64 {
7class ResourceFactoryBinaryVec3sV0 : public Ship::ResourceFactoryBinary {
8 public:
9 std::shared_ptr<Ship::IResource> ReadResource(std::shared_ptr<Ship::File> file,
10 std::shared_ptr<Ship::ResourceInitData> initData) override;
11};
12}; // namespace SF64
Definition Vec3sFactory.h:7
std::shared_ptr< Ship::IResource > ReadResource(std::shared_ptr< Ship::File > file, std::shared_ptr< Ship::ResourceInitData > initData) override
Definition Vec3sFactory.cpp:7
Definition GenericArrayFactory.cpp:5