aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/pdef.cpp
blob: 75ce365690b34e5a045f058515ea205fb6c186ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "pch.h"
#include "modmanager.h"
#include "filesystem.h"
#include "hookutils.h"
#include "pdef.h"

void ModManager::BuildPdef()
{
	spdlog::info("Building persistent_player_data_version_231.pdef...");

	std::string originalPdef = ReadVPKOriginalFile(VPK_PDEF_PATH);
	spdlog::info(originalPdef);
}