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