2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-05 12:33:02 +00:00
Files
OpenAssetTools/src/ObjCommon/Material/MaterialCommon.h

9 lines
127 B
C++

#pragma once
#include <string>
namespace material
{
std::string GetFileNameForAssetName(const std::string& assetName);
}