mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
11 lines
190 B
C
11 lines
190 B
C
// SortUtils.h
|
|
|
|
#ifndef __SORT_UTLS_H
|
|
#define __SORT_UTLS_H
|
|
|
|
#include "../../../Common/MyString.h"
|
|
|
|
void SortFileNames(const UStringVector &strings, CUIntVector &indices);
|
|
|
|
#endif
|