mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
refactor: streamline zbarrier dumping
This commit is contained in:
11
src/ObjCommon/ZBarrier/ZBarrierCommon.cpp
Normal file
11
src/ObjCommon/ZBarrier/ZBarrierCommon.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "ZBarrierCommon.h"
|
||||
|
||||
#include <format>
|
||||
|
||||
namespace z_barrier
|
||||
{
|
||||
std::string GetFileNameForAssetName(const std::string& assetName)
|
||||
{
|
||||
return std::format("zbarrier/{}", assetName);
|
||||
}
|
||||
} // namespace z_barrier
|
Reference in New Issue
Block a user