misc/libphysfs/lzma/C/Archive/7z/7zMethodID.h
branchui-scaling
changeset 15283 c4fd2813b127
parent 13390 0135e64c6c66
parent 15279 7ab5cf405686
child 15663 d92eeb468dad
equal deleted inserted replaced
13390:0135e64c6c66 15283:c4fd2813b127
     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