Vulkan Schnee
0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
JsonHandler.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <filesystem>
4
#include "nlohmann/json.hpp"
5
6
namespace
EngineCore
{
7
class
JsonHandler
{
8
public
:
9
JsonHandler
() =
delete
;
10
11
static
nlohmann::json
loadJson
(std::filesystem::path path);
12
};
13
}
EngineCore::JsonHandler::loadJson
static nlohmann::json loadJson(std::filesystem::path path)
EngineCore::JsonHandler::JsonHandler
JsonHandler()=delete
EngineCore
Definition
VrGliderComponent.h:10
Engine
include
Engine
Files
JsonHandler.h
Generated by
1.14.0