2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

Another refactor to remove leacy code that isn't used anymore

This commit is contained in:
LJW-Dev
2025-10-08 21:33:13 +08:00
committed by Jan Laupetin
parent d1baabdba6
commit 6acf19da6d
8 changed files with 4 additions and 101 deletions
-4
View File
@@ -77,8 +77,6 @@ namespace T6
ASSET_TYPE_FOOTSTEPFX_TABLE,
ASSET_TYPE_ZBARRIER,
ASSET_TYPE_CUSTOM_MAP,
ASSET_TYPE_COUNT
};
@@ -388,8 +386,6 @@ namespace T6
using SubAssetVertexDecl = SubAsset<SUB_ASSET_TYPE_VERTEX_DECL, MaterialVertexDeclaration>;
using SubAssetVertexShader = SubAsset<SUB_ASSET_TYPE_VERTEX_SHADER, MaterialVertexShader>;
using SubAssetPixelShader = SubAsset<SUB_ASSET_TYPE_PIXEL_SHADER, MaterialPixelShader>;
using AssetCustomMap = Asset<ASSET_TYPE_CUSTOM_MAP, customMapInfo>;
} // namespace T6
DEFINE_ASSET_NAME_ACCESSOR(T6::AssetPhysPreset, name);