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

Add IW5 SndCurve dumper.

This commit is contained in:
njohnson
2026-05-01 16:32:51 -04:00
committed by Jan Laupetin
parent 5cf3e90be2
commit 0eb1f9f978
6 changed files with 137 additions and 2 deletions
@@ -0,0 +1,13 @@
#pragma once
#include "Asset/IAssetCreator.h"
#include "Game/IW5/IW5.h"
#include "SearchPath/ISearchPath.h"
#include "Utils/MemoryManager.h"
#include <memory>
namespace sound_curve
{
std::unique_ptr<AssetCreator<IW5::AssetSoundCurve>> CreateLoaderIW5(MemoryManager& memory, ISearchPath& searchPath);
} // namespace sound_curve