p_checksum.h 151 B

12345
  1. extern void (*P_Checksum)(int);
  2. extern void P_ChecksumFinal(void);
  3. void P_RecordChecksum(const char *file);
  4. //void P_VerifyChecksum(const char *file);