mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-24 08:53:04 +00:00
9 lines
130 B
C++
9 lines
130 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace sound_curve
|
|
{
|
|
std::string GetFileNameForAssetName(const std::string& assetName);
|
|
}
|