misc/libphysfs/lzma/CPP/Common/CRC.cpp
author Wuzzy <almikes@aol.com>
Mon, 25 Sep 2017 16:35:07 +0200
changeset 12516 15e9ef8be44f
parent 12218 bb5522e88ab2
permissions -rw-r--r--
ACF mission 6: Fix incorrect crate types (weapon vs utility)

// Common/CRC.cpp

#include "StdAfx.h"

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

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