Unravel Engine C++ Reference
Loading...
Searching...
No Matches
project_editor_settings.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::SAVE_EXTERN (project_editor_settings)
 
 unravel::LOAD_EXTERN (project_editor_settings)
 
 unravel::REFLECT_EXTERN (project_editor_settings)
 
void unravel::save_to_file (const std::string &absolute_path, const project_editor_settings &obj)
 
auto unravel::load_from_file (const std::string &absolute_path, project_editor_settings &obj) -> bool