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

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::SAVE_EXTERN (style_sheet)
 
 unravel::LOAD_EXTERN (style_sheet)
 
 unravel::REFLECT_EXTERN (style_sheet)
 
void unravel::save_to_file (const std::string &absolute_path, const style_sheet::sptr &obj)
 
void unravel::save_to_file_bin (const std::string &absolute_path, const style_sheet::sptr &obj)
 
void unravel::load_from_file (const std::string &absolute_path, style_sheet::sptr &obj)
 
void unravel::load_from_file_bin (const std::string &absolute_path, style_sheet::sptr &obj)