mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
3.13
This commit is contained in:
12
7zip/UI/Common/SortUtils.h
Executable file
12
7zip/UI/Common/SortUtils.h
Executable file
@@ -0,0 +1,12 @@
|
||||
// SortUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __SORTUTLS_H
|
||||
#define __SORTUTLS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
void SortStringsToIndices(UStringVector &strings, CIntVector &indices);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user