mirror of
https://github.com/DrBeef/DVR.git
synced 2024-12-19 17:12:43 +00:00
5 lines
151 B
C
5 lines
151 B
C
|
extern void (*P_Checksum)(int);
|
||
|
extern void P_ChecksumFinal(void);
|
||
|
void P_RecordChecksum(const char *file);
|
||
|
//void P_VerifyChecksum(const char *file);
|