Add header guards
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _FCEU_FILE_H
|
||||
#define _FCEU_FILE_H
|
||||
|
||||
typedef struct {
|
||||
void *fp; // FILE* or ptr to ZIPWRAP
|
||||
uint32 type; // 0=normal file, 1=gzip, 2=zip
|
||||
@@ -16,3 +19,4 @@ int FCEU_fgetc(FCEUFILE*);
|
||||
uint64 FCEU_fgetsize(FCEUFILE*);
|
||||
int FCEU_fisarchive(FCEUFILE*);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user