mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-05 04:23:02 +00:00
9 lines
108 B
C++
9 lines
108 B
C++
#pragma once
|
|
|
|
#include "Game/T6/T6.h"
|
|
|
|
namespace T6
|
|
{
|
|
void ApplyPrecompiledIndex(MaterialPass& pass);
|
|
}
|