ref: 77f30014a888e20a0940db2c328d935e9e18ec7f dir: /src/modloaders/pt2_xpk_unpack.h/
#pragma once #include <stdint.h> #include <stdbool.h> bool detectXPK(FILE *f); bool unpackXPK(FILE *f, uint32_t *filesize, uint8_t **out);