wren
Vulkan-based game engine
Loading...
Searching...
No Matches
serialization.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <filesystem>
4
#include <
wren/utils/result.hpp
>
5
6
#include "
scene.hpp
"
7
8
namespace
wren::scene
{
9
10
auto
serialize
(
const
std::shared_ptr<Scene>& scene,
11
const
std::filesystem::path& out_file) -> expected<void>;
12
13
}
wren::scene
Definition
components.cpp:3
wren::scene::serialize
void serialize(toml::table &table, const math::Vec3f &vec)
Definition
serialization.cpp:86
scene.hpp
result.hpp
wren
include
wren
scene
serialization.hpp
Generated by
1.10.0