mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 20:11:38 -06:00
20 lines
203 B
C++
Executable File
20 lines
203 B
C++
Executable File
// Archive::Rar::ItemInfoEx.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __ARCHIVE_RAR_ITEMINFOEX_H
|
|
#define __ARCHIVE_RAR_ITEMINFOEX_H
|
|
|
|
#include "Archive/Rar/ItemInfo.h"
|
|
|
|
namespace NArchive{
|
|
namespace NRar{
|
|
|
|
|
|
}}
|
|
|
|
#endif
|
|
|
|
|
|
|