SortUtils.h revision baa3858d3f5d128a5c8466b700098109edcad5f2
1// SortUtils.h
2
3#ifndef __SORTUTLS_H
4#define __SORTUTLS_H
5
6#include "Common/MyString.h"
7
8void SortFileNames(const UStringVector &strings, CIntVector &indices);
9
10#endif
11