crc.h

Go to the documentation of this file.
00001 #ifndef _CRC_H_
00002 #define _CRC_H_
00003 
00004 #include "common_types.h"
00005 
00006 uint32 crc32(const char *filename);
00007 uint32 crc32_syspath(const char *filename);
00008 
00009 #endif

Generated on Mon Jul 9 14:42:45 2007 for ExultEngine by  doxygen 1.5.1