11 lines
180 B
C
11 lines
180 B
C
|
// SortUtils.h
|
||
|
|
||
|
#ifndef __SORT_UTLS_H
|
||
|
#define __SORT_UTLS_H
|
||
|
|
||
|
#include "../../../Common/MyString.h"
|
||
|
|
||
|
void SortFileNames(const UStringVector &strings, CUIntVector &indices);
|
||
|
|
||
|
#endif
|