shithub: pt2-clone

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