mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-05 20:43:03 +00:00
refactor: extract material name into common source file
This commit is contained in:
8
src/ObjCommon/Material/MaterialCommon.h
Normal file
8
src/ObjCommon/Material/MaterialCommon.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace material
|
||||
{
|
||||
std::string GetFileNameForAssetName(const std::string& assetName);
|
||||
}
|
||||
Reference in New Issue
Block a user