mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 06:27:26 +00:00
9 lines
135 B
C++
9 lines
135 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace phys_constraints
|
|
{
|
|
std::string GetFileNameForAssetName(const std::string& assetName);
|
|
}
|