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