mirror of
https://github.com/holub/mame
synced 2025-07-08 19:31:59 +03: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
|