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

feat: add t5 gfxlight dumper and loader

This commit is contained in:
njohnson
2026-05-02 14:26:17 +02:00
committed by Jan Laupetin
parent 3c15f8ad7e
commit 5b6a725f78
7 changed files with 133 additions and 3 deletions
@@ -0,0 +1,13 @@
#pragma once
#include "Asset/IAssetCreator.h"
#include "Game/T5/T5.h"
#include "SearchPath/ISearchPath.h"
#include "Utils/MemoryManager.h"
#include <memory>
namespace light_def
{
std::unique_ptr<AssetCreator<T5::AssetLightDef>> CreateLoaderT5(MemoryManager& memory, ISearchPath& searchPath);
} // namespace light_def