ref: 1e0ed4cfef0787d6d538e72cf587e4bf5e8d1da2 dir: /src/pt2_xpk.h/
#pragma once #include <stdint.h> #include <stdbool.h> bool DetectXPK(FILE *f); bool UnpackXPK(FILE *f, uint32_t *filesize, uint8_t **out);