14 std::ofstream file(FilePath);
15 SCL_CORE_ASSERT(file.is_open(),
"Error during opening/creating file \"{}\".", FilePath.string());
#define SCL_CORE_ASSERT(expr,...)
void SaveFile(const std::string &Data, const std::filesystem::path &FilePath)
Sculpto library prehompiled header. Defines common definitions, includes commonly used modules.