misc/libphysfs/lzma/CPP/7zip/UI/Common/SortUtils.h
changeset 12213 bb5522e88ab2
equal deleted inserted replaced
12212:ea891871f481 12213:bb5522e88ab2
       
     1 // SortUtils.h
       
     2 
       
     3 #ifndef __SORTUTLS_H
       
     4 #define __SORTUTLS_H
       
     5 
       
     6 #include "Common/MyString.h"
       
     7 
       
     8 void SortFileNames(const UStringVector &strings, CIntVector &indices);
       
     9 
       
    10 #endif