aboutsummaryrefslogtreecommitdiff
path: root/src/p_checksum.h
blob: 8bce768ef61cf19625783bfb300babbf0d012bfd (plain)
1
2
3
4
extern void (*P_Checksum)(int);
extern void P_ChecksumFinal(void);
void P_RecordChecksum(const char *file);
//void P_VerifyChecksum(const char *file);