ref: ba9a38b8266fd42f2bc327b7e6e60866812cbb92 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);