b768128c2e30eecc045f24e0e0bf3668313ee465
[physicsfs] / lzma / CPP / Common / CRC.cpp
1 // Common/CRC.cpp
2
3 #include "StdAfx.h"
4
5 extern "C" 
6
7 #include "../../C/7zCrc.h"
8 }
9
10 class CCRCTableInit
11 {
12 public:
13   CCRCTableInit() { CrcGenerateTable(); }
14 } g_CRCTableInit;