Unravel Engine C++ Reference
|
#include <editor/deploy/deploy.h>
#include <reflection/reflection.h>
#include <serialization/serialization.h>
Go to the source code of this file.
Namespaces | |
namespace | unravel |
Functions | |
unravel::SAVE_EXTERN (deploy_settings) | |
unravel::LOAD_EXTERN (deploy_settings) | |
unravel::REFLECT_EXTERN (deploy_settings) | |
void | unravel::save_to_file (const std::string &absolute_path, const deploy_settings &obj) |
void | unravel::save_to_file_bin (const std::string &absolute_path, const deploy_settings &obj) |
auto | unravel::load_from_file (const std::string &absolute_path, deploy_settings &obj) -> bool |
auto | unravel::load_from_file_bin (const std::string &absolute_path, deploy_settings &obj) -> bool |