2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-05 12:33:02 +00:00

chore: reorganize precompiled index logic into separate file

This commit is contained in:
Jan Laupetin
2026-03-04 22:12:39 +00:00
parent 1611c222cc
commit 6eb0ec4179
3 changed files with 265 additions and 239 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "Game/T6/T6.h"
namespace T6
{
void ApplyPrecompiledIndex(MaterialPass& pass);
}