mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
12 lines
232 B
C++
12 lines
232 B
C++
#pragma once
|
|
|
|
#include "Dumping/AssetDumpingContext.h"
|
|
#include "Game/IW4/IW4.h"
|
|
|
|
#include <ostream>
|
|
|
|
namespace IW4
|
|
{
|
|
void DumpLeaderboardDefAsJson(std::ostream& stream, const LeaderboardDef* leaderboardDef);
|
|
} // namespace IW4
|