Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
JsonArchive.h
Go to the documentation of this file.
1#pragma once
2
3#include <json.hpp>
4
5using json = nlohmann::json;
6
7namespace EngineCore {
8 class JsonArchive {
9 public:
10 [[nodiscard]] json& getArchive();
11 private:
13 };
14}
Log category system implementation.
nlohmann::json json