shithub: pt2-clone

ref: cc40820c1883d2ef3a4f7cde62f5818f4204f7c7
dir: /src/modloaders/pt2_xpk_unpack.h/

View raw version
#pragma once

#include <stdint.h>
#include <stdbool.h>

bool detectXPK(FILE *f);
bool unpackXPK(FILE *f, uint32_t *filesize, uint8_t **out);