Added non-working yet Atari800 port
This commit is contained in:
9
project/jni/application/atari800/src/compfile.h
Normal file
9
project/jni/application/atari800/src/compfile.h
Normal file
@@ -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