Unravel Engine C++ Reference
Loading...
Searching...
No Matches
project_editor_settings.hpp
Go to the documentation of this file.
1#pragma once
5
6namespace unravel
7{
11
12void save_to_file(const std::string& absolute_path, const project_editor_settings& obj);
13auto load_from_file(const std::string& absolute_path, project_editor_settings& obj) -> bool;
14
15} // namespace unravel
void load_from_file(const std::string &absolute_path, animation_clip &obj)
void save_to_file(const std::string &absolute_path, const animation_clip &obj)
#define REFLECT_EXTERN(cls)
Definition reflection.h:136
#define LOAD_EXTERN(cls)
#define SAVE_EXTERN(cls)