mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 06:27:26 +00:00
10 lines
238 B
C++
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
|