LRAUV  revA
Lzma.h
Go to the documentation of this file.
1 
9 #ifndef LZMA_H_
10 #define LZMA_H_
11 
12 extern "C"
13 {
14 #include "../../Lib/lzma/C/Alloc.h"
15 #include "../../Lib/lzma/C/7zFile.h"
16 #include "../../Lib/lzma/C/7zVersion.h"
17 #include "../../Lib/lzma/C/LzmaDec.h"
18 #include "../../Lib/lzma/C/LzmaEnc.h"
19 }
20 
21 #endif /*LZMA_H_*/