/polymer/eduke32/source/grpscan.h |
---|
24,7 → 24,7 |
#define __grpscan_h__ |
// List of internally-known GRP files |
#define numgrpfiles 8 |
#define NUMGRPFILES 8 |
struct grpfile { |
const char *name; |
int32_t crcval; |
31,7 → 31,7 |
int32_t size; |
int32_t game; |
struct grpfile *next; |
} grpfiles[numgrpfiles], *foundgrps; |
} grpfiles[NUMGRPFILES], *foundgrps; |
int32_t ScanGroups(void); |
void FreeGroups(void); |