poe_bundle 0.1.5

Library for extracting Oodle bundles used by the game Path of Exile
Documentation
1
2
3
4
5
6
7
#pragma once

#include <string>
#include <vector>

std::vector<std::string> generate_paths(void const* spec_data, size_t spec_size);
void explain_paths(void const* spec_data, size_t spec_size);