misc/libphysfs/lzma/CPP/Common/CRC.cpp
author Wuzzy <Wuzzy2@mail.ru>
Sat, 24 Feb 2018 15:14:30 +0100
changeset 13071 ad75ed9a1e15
parent 12218 bb5522e88ab2
permissions -rw-r--r--
RC Plane Challenge: Switch to using fake crates only

// Common/CRC.cpp

#include "StdAfx.h"

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

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