mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
11 lines
168 B
C
Executable File
11 lines
168 B
C
Executable File
// SortUtils.h
|
|
|
|
#ifndef __SORTUTLS_H
|
|
#define __SORTUTLS_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
void SortFileNames(const UStringVector &strings, CIntVector &indices);
|
|
|
|
#endif
|