mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-05 20:43:03 +00:00
9 lines
125 B
C++
9 lines
125 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace weapon
|
|
{
|
|
std::string GetFileNameForAssetName(const std::string& assetName);
|
|
}
|