SortUtils.h 168 B

12345678910
  1. // SortUtils.h
  2. #ifndef __SORTUTLS_H
  3. #define __SORTUTLS_H
  4. #include "Common/MyString.h"
  5. void SortFileNames(const UStringVector &strings, CIntVector &indices);
  6. #endif