The DOOM Classic for iPhone 1.0 source as released on November 3, 2009

This commit is contained in:
Travis Bradshaw
2012-01-31 16:35:15 -06:00
commit 0cdbbdf96e
316 changed files with 127631 additions and 0 deletions

4
code/prboom/p_checksum.h Normal file
View File

@@ -0,0 +1,4 @@
extern void (*P_Checksum)(int);
extern void P_ChecksumFinal(void);
void P_RecordChecksum(const char *file);
//void P_VerifyChecksum(const char *file);