3#include "mc/_HeaderOutputPredefine.h"
10namespace PropertiesSettingsLoader {
13MCNAPI
bool loadPropertiesSettingsFromFile(::std::string
const& filename, ::PropertiesSettings& properties);
15MCNAPI
bool loadPropertiesSettingsFromStream(::std::iostream& stream, ::PropertiesSettings& properties);
Definition PropertiesSettings.h:32