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