mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
12 lines
127 B
C++
12 lines
127 B
C++
// XzHandler.h
|
|
|
|
#ifndef ZIP7_INC_XZ_HANDLER_H
|
|
#define ZIP7_INC_XZ_HANDLER_H
|
|
|
|
namespace NArchive {
|
|
namespace NXz {
|
|
|
|
}}
|
|
|
|
#endif
|