mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
12 lines
235 B
C++
12 lines
235 B
C++
#pragma once
|
|
|
|
#include "Game/IW4/IW4.h"
|
|
#include "Utils/MemoryManager.h"
|
|
|
|
#include <istream>
|
|
|
|
namespace IW4
|
|
{
|
|
bool LoadLeaderboardAsJson(std::istream& stream, LeaderboardDef& leaderboard, MemoryManager* memory);
|
|
} // namespace IW4
|