mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-10 06:24:57 +00:00
12 lines
262 B
C++
12 lines
262 B
C++
#pragma once
|
|
|
|
#include "Dumping/AssetDumpingContext.h"
|
|
#include "Game/IW5/IW5.h"
|
|
|
|
#include <ostream>
|
|
|
|
namespace IW5
|
|
{
|
|
void DumpWeaponAttachmentAsJson(std::ostream& stream, const WeaponAttachment* attachment, AssetDumpingContext& context);
|
|
} // namespace IW5
|