mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 13:12:06 +00:00
9 lines
124 B
C++
9 lines
124 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace light_def
|
|
{
|
|
std::string GetFileNameForAsset(const std::string& assetName);
|
|
}
|