mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
12 lines
113 B
C++
12 lines
113 B
C++
// XzHandler.h
|
|
|
|
#ifndef __XZ_HANDLER_H
|
|
#define __XZ_HANDLER_H
|
|
|
|
namespace NArchive {
|
|
namespace NXz {
|
|
|
|
}}
|
|
|
|
#endif
|