2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-16 23:11:42 +00:00

feat: add t6 gfxlight dumper and loader

This commit is contained in:
njohnson
2026-04-30 19:27:49 -04:00
committed by Jan Laupetin
parent 5b6a725f78
commit 2b3f680d48
7 changed files with 133 additions and 3 deletions
@@ -0,0 +1,13 @@
#pragma once
#include "Asset/IAssetCreator.h"
#include "Game/T6/T6.h"
#include "SearchPath/ISearchPath.h"
#include "Utils/MemoryManager.h"
#include <memory>
namespace light_def
{
std::unique_ptr<AssetCreator<T6::AssetLightDef>> CreateLoaderT6(MemoryManager& memory, ISearchPath& searchPath);
} // namespace light_def