shithub: pt2-clone

ref: d18178cfb5744c5a2285209ec5542d786c3eec56
dir: /src/pt2_xpk.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);