chore: rename t6 leaderboardDef folder to leaderboard

This commit is contained in:
Jan
2024-05-19 13:16:07 +02:00
parent 2a1ec18f6a
commit 374fc7fe5d
4 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,11 @@
#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