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

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

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