Mario Kart 64
Loading...
Searching...
No Matches
CourseVtxFactory.h
Go to the documentation of this file.
1#pragma once
2
3#include "Resource.h"
4#include "ResourceFactoryBinary.h"
5
6namespace MK64 {
7class ResourceFactoryBinaryCourseVtxV0 : 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
13} // namespace MK64
Definition CourseVtxFactory.h:7
std::shared_ptr< Ship::IResource > ReadResource(std::shared_ptr< Ship::File > file, std::shared_ptr< Ship::ResourceInitData > initData) override
Definition CourseVtxFactory.cpp:8
Definition ActorSpawnDataFactory.cpp:7