2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-24 08:53:04 +00:00
Files
OpenAssetTools/src/ObjCommon/Sound/SoundCurveCommon.h
2025-08-05 01:14:20 +02:00

9 lines
130 B
C++

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