mirror of
https://github.com/Vita3K/psvpfsparser.git
synced 2024-11-26 23:20:27 +00:00
8 lines
157 B
C++
8 lines
157 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
std::string rif2zrif(std::ifstream &binfile);
|
|
|
|
std::vector<uint8_t> get_temp_klicensee(std::string &zrif); |