MethodId.h 133 B

12345678910
  1. // MethodId.h
  2. #ifndef __7Z_METHOD_ID_H
  3. #define __7Z_METHOD_ID_H
  4. #include "../../Common/Types.h"
  5. typedef UInt64 CMethodId;
  6. #endif