diff options
Diffstat (limited to 'src/qcommon/md4.h')
-rw-r--r-- | src/qcommon/md4.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qcommon/md4.h b/src/qcommon/md4.h new file mode 100644 index 0000000..cbb8166 --- /dev/null +++ b/src/qcommon/md4.h @@ -0,0 +1,6 @@ +#ifndef QCOMMON_MD4_H +#define QCOMMON_MD4_H + +unsigned Com_BlockChecksum( const void *buffer, int length ); + +#endif |