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