mirror of
https://github.com/id-Software/DOOM-IOS2.git
synced 2026-03-19 16:39:26 +01:00
5 lines
151 B
C
Executable File
5 lines
151 B
C
Executable File
extern void (*P_Checksum)(int);
|
|
extern void P_ChecksumFinal(void);
|
|
void P_RecordChecksum(const char *file);
|
|
//void P_VerifyChecksum(const char *file);
|