Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
7zip
/
UI
/
Common
/
SortUtils.h
blob: 82d5e4cb2e675406a93f702ab7ece95105f2ccec [
file
] [
log
] [
blame
] [
edit
]
// SortUtils.h
#ifndef
__SORT_UTLS_H
#define
__SORT_UTLS_H
#include
"../../../Common/MyString.h"
void
SortFileNames
(
const
UStringVector
&
strings
,
CUIntVector
&
indices
);
#endif