7zip/CPP/7zip/UI/Common/SortUtils.h
Igor Pavlov 5b39dc76f1 23.01
2023-12-17 14:59:19 +05:00

11 lines
194 B
C

// 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