2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

fix: formatting

This commit is contained in:
Jan Laupetin
2025-08-03 21:35:44 +02:00
parent 93691a24f4
commit e9a7f43348
13 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ namespace shader
{
return std::format("shader_bin/vs_{}.cso", assetName);
}
} // namespace phys_constraints
} // namespace shader
+1 -1
View File
@@ -13,4 +13,4 @@ namespace techset
{
return std::format("techsets/{}.techset", assetName);
}
} // namespace phys_constraints
} // namespace techset
+1 -1
View File
@@ -6,4 +6,4 @@ namespace techset
{
std::string GetFileNameForTechniqueName(const std::string& assetName);
std::string GetFileNameForTechsetName(const std::string& assetName);
}
} // namespace techset