misc/libphysfs/lzma/C/Archive/7z/7zMethodID.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     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