From cad9c1bbc9226a3d15321696c49eac2d3536782c Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 20 Apr 2015 16:14:32 -0500 Subject: add logic to detect game archive, test Wangan Midnight audio extraction --- TXRExtractor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TXRExtractor.h') diff --git a/TXRExtractor.h b/TXRExtractor.h index 67c0a80..ede16e3 100644 --- a/TXRExtractor.h +++ b/TXRExtractor.h @@ -1,7 +1,9 @@ #ifndef TXREXTRACTOR_HEADER #define TXREXTRACTOR_HEADER -// function prototypes +typedef int(*archive_unpack_f)(FILE *, FILE *); +// function prototypes +int txre_detect_archive(archive_unpack_f *, FILE *, FILE *); #endif -- cgit v1.2.3