mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
11 lines
133 B
C
Executable File
11 lines
133 B
C
Executable File
// MethodID.h
|
|
|
|
#ifndef __7Z_METHOD_ID_H
|
|
#define __7Z_METHOD_ID_H
|
|
|
|
#include "../../Common/Types.h"
|
|
|
|
typedef UInt64 CMethodId;
|
|
|
|
#endif
|