misc/libphysfs/lzma/CPP/Common/CRC.cpp
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 02:27:33 +0200
changeset 12530 00d3c280034b
parent 12213 bb5522e88ab2
permissions -rw-r--r--
ASA, a frozen adventure: Retain bazooka on checkpoint 2

// Common/CRC.cpp

#include "StdAfx.h"

extern "C" 
{ 
#include "../../C/7zCrc.h"
}

class CCRCTableInit
{
public:
  CCRCTableInit() { CrcGenerateTable(); }
} g_CRCTableInit;