2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 13:12:06 +00:00
Files
OpenAssetTools/src/ObjCommon/LightDef/LightDefCommon.h
2025-07-28 21:51:12 +01:00

9 lines
124 B
C++

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