mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
18 lines
271 B
C++
18 lines
271 B
C++
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
|
|
#include "tier1/checksum_crc.h"
|
|
#include "crccheck_shared.h"
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
|
|
|
|
int main( int argc, char **argv )
|
|
{
|
|
return VPC_CommandLineCRCChecks( argc, argv );
|
|
}
|
|
|
|
|
|
|
|
|