mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
11 lines
194 B
C
Executable File
11 lines
194 B
C
Executable File
// 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
|