mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 18:07:15 -06:00
12 lines
127 B
C++
Executable File
12 lines
127 B
C++
Executable File
// XzHandler.h
|
|
|
|
#ifndef ZIP7_INC_XZ_HANDLER_H
|
|
#define ZIP7_INC_XZ_HANDLER_H
|
|
|
|
namespace NArchive {
|
|
namespace NXz {
|
|
|
|
}}
|
|
|
|
#endif
|