mirror of
https://github.com/espressif/esp32-doom.git
synced 2026-02-20 01:51:20 +01: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);
|