1 /* 7zMethodID.h */
2
3 #ifndef __7Z_METHOD_ID_H
4 #define __7Z_METHOD_ID_H
5
6 #include "../../Types.h"
7
8 typedef UInt64 CMethodID;
9
10 #endif