mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 08:17:25 +00:00
refactor: streamline weapon dumping
This commit is contained in:
9
src/ObjCommon/Weapon/AttachmentCommon.h
Normal file
9
src/ObjCommon/Weapon/AttachmentCommon.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace attachment
|
||||
{
|
||||
std::string GetInfoStringFileNameForAssetName(const std::string& assetName);
|
||||
std::string GetJsonFileNameForAssetName(const std::string& assetName);
|
||||
} // namespace attachment
|
Reference in New Issue
Block a user