summaryrefslogtreecommitdiff
path: root/utils/vpccrccheck/vpccrccheck.cpp
blob: b4fd129a3c8e9e99180aaad2d11fef66fdb369ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//========= 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 );
}