Upload 2.0.2
[physicsfs] / lzma / CPP / 7zip / Common / MethodId.h
diff --git a/lzma/CPP/7zip/Common/MethodId.h b/lzma/CPP/7zip/Common/MethodId.h
new file mode 100644 (file)
index 0000000..54ebc9f
--- /dev/null
@@ -0,0 +1,10 @@
+// MethodId.h
+
+#ifndef __7Z_METHOD_ID_H
+#define __7Z_METHOD_ID_H
+
+#include "../../Common/Types.h"
+
+typedef UInt64 CMethodId;
+
+#endif