mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
chore: rename leaderboardDef folder to leaderboard
This commit is contained in:
parent
dc090c1371
commit
0c0103c998
@ -1,6 +1,6 @@
|
||||
#include "AssetDumperLeaderboardDef.h"
|
||||
|
||||
#include "Game/IW4/LeaderboardDef/JsonLeaderboardDefWriter.h"
|
||||
#include "Game/IW4/Leaderboard/JsonLeaderboardDefWriter.h"
|
||||
|
||||
#include <format>
|
||||
#include <ranges>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "JsonLeaderboardDefWriter.h"
|
||||
|
||||
#include "Game/IW4/CommonIW4.h"
|
||||
#include "Game/IW4/Json/JsonLeaderboardDef.h"
|
||||
#include "Game/IW4/Leaderboard/JsonLeaderboardDef.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <nlohmann/json.hpp>
|
@ -1,6 +1,6 @@
|
||||
#include "AssetDumperLeaderboardDef.h"
|
||||
|
||||
#include "Game/IW5/LeaderboardDef/JsonLeaderboardDefWriter.h"
|
||||
#include "Game/IW5/Leaderboard/JsonLeaderboardDefWriter.h"
|
||||
|
||||
#include <format>
|
||||
#include <ranges>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "JsonLeaderboardDefWriter.h"
|
||||
|
||||
#include "Game/IW5/CommonIW5.h"
|
||||
#include "Game/IW5/Json/JsonLeaderboardDef.h"
|
||||
#include "Game/IW5/Leaderboard/JsonLeaderboardDef.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <nlohmann/json.hpp>
|
Loading…
x
Reference in New Issue
Block a user