hlsdk-portable/cl_dll/aghl/agcrc32enforcer.h
2018-09-22 04:17:07 +05:00

15 lines
247 B
C

//++ BulliT
#ifndef __AG_CRC32ENFORCER_H__
#define __AG_CRC32ENFORCER_H__
#include "agcrc32.h"
bool AgCRC32EnforceFile(const char* pszFile, WORD32 w32CheckSum);
bool AgCRC32EnforceFiles();
#endif //__AG_CRC32ENFORCER_H__
//-- Martin Webrant