mirror of
https://github.com/holub/mame
synced 2025-06-28 07:04:35 +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
|