mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-07 07:56:55 +00:00
17 lines
194 B
C++
17 lines
194 B
C++
|
|
#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 );
|
|
}
|
|
|
|
|
|
|
|
|