mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-22 12:47:53 -05:00
9 lines
187 B
C++
9 lines
187 B
C++
#pragma once
|
|
|
|
#include "Dumping/AssetDumpingContext.h"
|
|
#include "Game/T6/T6.h"
|
|
|
|
namespace T6::sound
|
|
{
|
|
void DumpSoundData(const AssetDumpingContext& context, const SndBank* sndBank);
|
|
} |