MMatchUtil.h
00001 #ifndef _MMATCHUTIL_H 00002 #define _MMATCHUTIL_H 00003 00004 #include <limits.h> 00005 00006 // 유틸리티 펑션들 00007 unsigned long int MGetTimeDistance(unsigned long int nTimeA, unsigned long int nTimeB); 00008 00009 class MZFileSystem; 00010 unsigned long MGetMZFileChecksum(const char* pszFileName); 00011 00012 00013 00014 #endif
MAIET entertainment