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

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

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