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