mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
refactor: streamline obj compiling asset loading
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
namespace techset
|
||||
{
|
||||
std::string GetFileNameForStateMapName(const std::string& stateMapName)
|
||||
{
|
||||
return std::format("statemaps/{}.sm", stateMapName);
|
||||
}
|
||||
|
||||
std::string GetFileNameForTechniqueName(const std::string& assetName)
|
||||
{
|
||||
return std::format("techniques/{}.tech", assetName);
|
||||
|
@@ -4,6 +4,7 @@
|
||||
|
||||
namespace techset
|
||||
{
|
||||
std::string GetFileNameForStateMapName(const std::string& stateMapName);
|
||||
std::string GetFileNameForTechniqueName(const std::string& assetName);
|
||||
std::string GetFileNameForTechsetName(const std::string& assetName);
|
||||
} // namespace techset
|
||||
|
Reference in New Issue
Block a user