2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-01 06:27:26 +00:00
Files
OpenAssetTools/src/ObjCommon/Weapon/AttachmentCommon.h
2025-08-03 17:40:24 +02:00

10 lines
238 B
C++

#pragma once
#include <string>
namespace attachment
{
std::string GetInfoStringFileNameForAssetName(const std::string& assetName);
std::string GetJsonFileNameForAssetName(const std::string& assetName);
} // namespace attachment