mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
11 lines
135 B
C
11 lines
135 B
C
// MethodId.h
|
|
|
|
#ifndef __7Z_METHOD_ID_H
|
|
#define __7Z_METHOD_ID_H
|
|
|
|
#include "../../Common/MyTypes.h"
|
|
|
|
typedef UInt64 CMethodId;
|
|
|
|
#endif
|