blob: 8e42e06827a30314938c68b435e23fd1330f412c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// SortUtils.h
#ifndef __SORT_UTLS_H
#define __SORT_UTLS_H
#include "../../../Common/MyString.h"
void SortFileNames(const UStringVector &strings, CUIntVector &indices);
#endif
|