aboutsummaryrefslogtreecommitdiff
path: root/src/p_checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_checksum.h')
-rw-r--r--src/p_checksum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/p_checksum.h b/src/p_checksum.h
new file mode 100644
index 0000000..8bce768
--- /dev/null
+++ b/src/p_checksum.h
@@ -0,0 +1,4 @@
1extern void (*P_Checksum)(int);
2extern void P_ChecksumFinal(void);
3void P_RecordChecksum(const char *file);
4//void P_VerifyChecksum(const char *file);