mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -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
|