Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
271 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. #include "tier1/checksum_crc.h"
  3. #include "crccheck_shared.h"
  4. #include <stdio.h>
  5. #include <string.h>
  6. int main( int argc, char **argv )
  7. {
  8. return VPC_CommandLineCRCChecks( argc, argv );
  9. }