Game Project
Loading...
Searching...
No Matches
SceneFactory.h
1
#pragma once
2
#include <memory>
3
#include <iostream>
4
#include <json.hpp>
5
#include "../core/Scene.h"
6
7
class
SceneFactory
8
{
9
public
:
10
static
std::shared_ptr<Scene> CreateScene(
const
SceneData
& data,
const
nlohmann::json& scene_json);
11
private
:
12
13
};
SceneFactory
Definition
SceneFactory.h:8
SceneData
Definition
SceneTypes.h:13
Game
src
factories
SceneFactory.h
Generated by
1.13.2