mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 06:39:36 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef COMPFILE_H_
|
||||
#define COMPFILE_H_
|
||||
|
||||
#include <stdio.h> /* FILE */
|
||||
|
||||
int CompFile_ExtractGZ(const char *infilename, FILE *outfp);
|
||||
int CompFile_DCMtoATR(FILE *infp, FILE *outfp);
|
||||
|
||||
#endif /* COMPFILE_H_ */
|
||||
Reference in New Issue
Block a user