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

feat: add iw3 gfxlight dumper and loader

This commit is contained in:
njohnson
2026-04-30 18:53:56 -04:00
committed by Jan Laupetin
parent fb3a59b7b5
commit a905a6d161
7 changed files with 133 additions and 3 deletions
@@ -0,0 +1,13 @@
#pragma once
#include "Asset/IAssetCreator.h"
#include "Game/IW3/IW3.h"
#include "SearchPath/ISearchPath.h"
#include "Utils/MemoryManager.h"
#include <memory>
namespace light_def
{
std::unique_ptr<AssetCreator<IW3::AssetLightDef>> CreateLoaderIW3(MemoryManager& memory, ISearchPath& searchPath);
} // namespace light_def