shithub: pt2-clone

ref: 4779a03e2b2d864feb6afcabec8cf1e708d0d168
dir: /src/modloaders/pt2_pp_unpack.h/

View raw version
#pragma once

#include <stdint.h>

uint8_t *unpackPP(FILE *f, uint32_t *filesize);