mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-07 21:38:01 -05:00
12 lines
228 B
C++
12 lines
228 B
C++
#pragma once
|
|
|
|
#include "Dumping/AssetDumpingContext.h"
|
|
#include "Game/T6/T6.h"
|
|
|
|
#include <ostream>
|
|
|
|
namespace T6
|
|
{
|
|
void DumpLeaderboardDefAsJson(std::ostream& stream, const LeaderboardDef* leaderboardDef);
|
|
} // namespace T6
|