Counter Strike : Global Offensive Source Code
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.

16 lines
194 B

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