misc/libphysfs/lzma/CPP/Common/CRC.cpp
author Wuzzy <Wuzzy2@mail.ru>
Thu, 12 Jul 2018 14:41:24 +0200
changeset 13484 480ea997036b
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Send proper failure error message when image loading has failed

// Common/CRC.cpp

#include "StdAfx.h"

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

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