blob: 4835f11c32c7b30fb4cf0818cd0952a81d3a64ff [file] [log] [blame]
// SortUtils.h
#ifndef __SORTUTLS_H
#define __SORTUTLS_H
#include "Common/MyString.h"
void SortFileNames(const UStringVector &strings, CIntVector &indices);
#endif